Directory backed up with rsync is much bigger than source
- by nickd
We backup a set of virtual machines to an external USB drive using rsync -a. The source directory is 145G as reported by du -sh, but the target is reporting 181G.
The two file systems are ext3 and the block size is the same, so can someone explain what the discrepancy is?