Hello, Rsync.
rsync version 3.0.9 protocol version 30:
1) Why test.log changes not only on the parameter --log-file-format and the
parameter --out-format?
rsync -a --delete -vv --log-file-format="%i|%o|%B|%U|%G|%M|%f"
--log-file=/home/test.log /home/124/ /home/1/
2015/05/18 12:40:43 [2114
On Sun, Oct 16, 2005 at 09:17:24PM -0400, Jason Hoover wrote:
> The first is, would scanning on the destination or client side while
> receiving the file list be possible?
The best solution is to switch over to a more incremental protocol that
would allow us to avoid the pre-scan of an entire hier
After spending some time finding uses for rsync, (and there are many),
I've come across two possible areas of improvement.
The first is, would scanning on the destination or client side while
receiving the file list be possible? In theory, it would relieve some of
the delay incurred by the bandwid
On Tue, Jun 21, 2005 at 11:33:25PM -0400, Nathan Bullock wrote:
> First: What is the advantage of using the rsync daemon vs just rsync
> over ssh?
One advantage is using less CPU due to the lack of encryption. Another
advantage is the ability to allow anonymous or limited-use connections
without
I have looked for answers to these two questions on
Google, rsync mailing lists, and of course the rsync
man page but seem to be coming up blank.
First: What is the advantage of using the rsync daemon
vs just rsync over ssh? I am hoping for a link to a
webpage that details these differences