Displaying 1 result from an estimated 1 matches for "vvarb".
Did you mean:
vvar
2002 Mar 07
1
Incremental Diffs?
...to be copying entire files over when they've change rather
than the differences. This is a problem with a few huge mail spools that I
need to back up; even if there's just a couple messages appended to the
end, it copies over the entire file. Here's the command I'm running:
rsync -vvaRbS --backup-dir=/backups/rsync/old --delete --rsh=ssh \
--exclude="*.core" --numeric-ids --stats --progress --bwlimit=100 \
/usr/local /home /var/mail remotehost:/backups/rsync/current
Am I missing something here? Does one of these options imply "-W"?
Possibly relevant: I'm...