On Fri, Oct 06, 2006 at 01:29:10PM +0200, Paul Slootman wrote:
> the "Building file list..." message and the file count aren't shown.
> This seems a little strange to me...
That's because you didn't specify -v. If you specify --progress without
some kind of name outputting, rsync turns on -v. Wi
Michael,
I do something similar with my rsync server as follows.
- Run rsync in daemon mode on the server as root. Globals looks like this...
Globals
motd file = /etc/rsyncd/motd
log file = /var/log/rsync.log
transfer logging = yes
address = 127.0.0.1
When doing the following:
rsync -aHn --progress --checksum --numeric-ids sourcehost targethost::backup
it show "Building file list..." and you see the file count progressing.
However, when adding the -i option to see why it would transfer a couple
of files, like this:
rsync -aHn -i --progress -
I've experienced cases like that.
I've been able to repair the file with an rsync -I, although this
doesn't address the cause of the problem.
On Tue, 2006-10-03 at 14:42 -0500, Mark Osborne wrote:
>
> Hello,
>
> I have run into an issue with rsync that I’m hoping someone can help
> with. We ar