On Tue, 10 Dec 2013, 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)? -- "The wise are known for their understanding, and pleasant words are persuasive." Proverbs 16:21 (New Living Translation)
Team OS/2 ** Reg. Linux User #211409 ** a11y rocks!
Felix Miata *** http://fm.no-ip.com/
Any sparse files? Perhaps try rsync's --sparse option. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org