Re: directory replication between two servers

2002-07-03 Thread Eric Ziegast
the point where you need to worry about real-time replication. Again, it really depends on the application. If others know of other replication methods or distributed filesystem work, feel free to chime in. -- Eric Ziegast -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo

Re: -c Option

2002-05-30 Thread Eric Ziegast
S server and not on the clients that might be inconsistent with the server (to keep network traffic down and reduce overhead). -- Eric Ziegast -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.tuxedo.org/~esr/faqs/smart-questions.html

Re: Rsync dies

2002-05-17 Thread Eric Ziegast
e time cleaning up this program so that I can publish it, but priorities (*) are getting in the way. When I get some time, you'll see it posted here. -- Eric Ziegast (*) Looking for a full-time job is a full-time job. :^( Will consult for food. -- To unsubscribe or change opti

Re: rsynch related question

2002-05-16 Thread Eric Ziegast
:/afs/tr/software . There are many other command options you might consider, but they are based more on the content than connectivity. -- Eric Ziegast -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.tuxedo.org/~esr/faqs/smart-questions.html

Re: Does any rsync-based diff, rmdup, cvs software exist?

2002-05-16 Thread Eric Ziegast
> for computing the "deltas" that must be stored. CVS (or even RCS) is more useful for configuration management and updates of text files. It also archives changes over time. As far as I'm aware (without looking at source code), rsync does block-level comparisons, not line-by-