Hi everyone,
I am doing local backups via PBS, but I also create vzdump backups that I back up to OneDrive via restic. I have tried to optimize backup sizes with cleaning up docker, fstrim as well as activating "ssd" and "discard" for the respective VMs.
I have multiple VMs that confuse me:
I am doing local backups via PBS, but I also create vzdump backups that I back up to OneDrive via restic. I have tried to optimize backup sizes with cleaning up docker, fstrim as well as activating "ssd" and "discard" for the respective VMs.
I have multiple VMs that confuse me:
- Server: 50GB disk with ubuntu and multiple docker images. According to "df -h" 23GB free out of 48GB. The vzdump backup size: 12 GB
- Server: 100GB disk with ubuntu and multiple docker images. According to "df -h" 41GB free out of 98GB. The vzdump backup size: 76 GB
- Server: 200GB disk with ubuntu and multiple docker images. According to "df -h" 189GB free out of 197GB. The vzdump backup size: 51 GB
- Why is there such a big difference between free/used space and the backup size
- What else can I try to reduce backup sizes?