I have created a datastore on a 2TB disk, /dev/sdb.
As you can see only 947G is used so far.
Now I have a logical volume 1.4TB mounted on /backup and I'm using rsync to copy the entire contents of my datastore to /backup.
The problem is that the backup drive is getting filled up, even though I have more than enough storage to backup everything.
I ran a quick comparison of one of the image directories. Its roughly 50% larger than the original. Why is this? Why can't I backup using rsync?
Code:
Filesystem Size Used Avail Use% Mounted on
/dev/sdb1 1.8T 947G 794G 55% /datastore
As you can see only 947G is used so far.
Now I have a logical volume 1.4TB mounted on /backup and I'm using rsync to copy the entire contents of my datastore to /backup.
The problem is that the backup drive is getting filled up, even though I have more than enough storage to backup everything.
I ran a quick comparison of one of the image directories. Its roughly 50% larger than the original. Why is this? Why can't I backup using rsync?
Code:
du -sh 104 /datastore/images/104
113G 104
82G /datastore/images/104