Directory backed up with rsync is much bigger than source
Posted
by nickd
on Server Fault
See other posts from Server Fault
or by nickd
Published on 2010-03-22T10:55:28Z
Indexed on
2010/03/22
11:01 UTC
Read the original article
Hit count: 221
rsync
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?
© Server Fault or respective owner