Rsync in daemon mode

夏凯 walkerxk at gmail.com
Wed Jan 27 05:28:07 MST 2010


>  Is it possible to run rysnc in daemon mode on system B(client)
the answer is yes.
>  as well such that rsync will auto detect modifications and sync all the files with system A in real-time?
the answer is no.
i think the best way is after the program change the file, it use
rsync to sync files.
and another way, just run rsync in an infinite loop: while :;do rsync
-xxxxx;done

-- 
contact me:
MSN: walkerxk at gmail.com,walkerxk at hotmail.com
GTALK: walkerxk at gmail.com
QQ:25329680


More information about the rsync mailing list