rsync  

Re: Rsync in daemon mode

夏凯
Wed, 27 Jan 2010 04:28:20 -0800

>  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: walke...@gmail.com,walke...@hotmail.com
GTALK: walke...@gmail.com
QQ:25329680
-- 
Please use reply-all for most replies to avoid omitting the mailing list.
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html