Operating System - HP-UX
1834236 Members
2154 Online
110066 Solutions
New Discussion

Rsync working in online mode

 
BR769215
Occasional Advisor

Rsync working in online mode

Hi.
I want to run rsync service in online mode - to run once and forget the problem.
Any change on the source should be automatically synchronized on the target.
Is it possible ? How configure rsync service ?
On both nodes is HP-UX 11.11 and installed ixRsync A.10.00-2.6.9.

PiWo
2 REPLIES 2
Sajjad Sahir
Honored Contributor

Re: Rsync working in online mode


dear Piwo

/usr/local/bin/rsync -avz /rsource /destination


this is command

thanks and regards

sajjad
Heironimus
Honored Contributor

Re: Rsync working in online mode

That is not how rsync works. You will need to run it manually, put it in cron (or another scheduler), or have some other process watch for changes and run rsync as needed.