: Why is my partial home directory backup is bigger than my full backup? I just made two backups with cPanel. Both has .tar.gz extensions. One is home directory backup that is 134,2 MB. And
I just made two backups with cPanel. Both has .tar.gz extensions. One is home directory backup that is 134,2 MB. And the other is a full backup that is 67,4 MB.
What causes the difference? Is it normal or is there a problem here?
More posts by @Sarah324
1 Comments
Sorted by latest first Latest Oldest Best
It sounds like the partial backup is compressing something that the full backup is not, to address the issue you need to find out the difference between both files.
It's likely the partial backup is actually compressing the the full backup tar.gz and all the other files because 2x67mb = 134mb. To find out the contents of your compressed files simply download them to your desktop and then view them with something like WinRAR, if you prefer to do everything via the terminal then by running the below command it will actually tell you the difference between each of files:
diff <(tar -tvf partial-backup.tar.gz | sort) <(tar -tvf full-backup.tar.gz | sort)
Terms of Use Create Support ticket Your support tickets Stock Market News! © vmapp.org2024 All Rights reserved.