On Mon, 09 Dec 2013 20:36:07 -0500 Felix Miata wrote:
source & target have same filesystem size, block size, filesystem type OS 11.4 running on both
# rsync -av --delete --stats --progress --exclude 'lost+found' source/ target
Rsync halted because the target reached 100% full, even though the source was about 95% full at the start. I reduced source consumption to 85%, deleted some files on target to drop consumption to 90%, then reran rsync. At the end, source remained 85%, while target is at 94%. What's going on? Is my syntax not doing what I expect (mirroring)?
Hi Felix, Whenever I run into puzzling results with rsync, I always use the '-n' flag ("dry run" so nothing is actually written) and pipe the verbose output to a text file. Then I can casually inspect what's going on. hth & regards, Carl -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org