mhm there are probably big sparse files inside the container. this looks to the backup like zeroes and deduplicates, so it does not take up the whole space
e.g. this site has some answers to this: https://unix.stackexchange.com/questions/86442/finding-sparse-filesTell me, how you can find a big sparse file using Linux utilities.
e.g. this site has some answers to this: https://unix.stackexchange.com/questions/86442/finding-sparse-files
# du -sh /var/log/lastlog
553K /var/log/lastlog
# ls -lh /var/log/lastlog
-rw-rw-r-- 1 root utmp 387G May 11 2018 /var/log/lastlog
mhm there are probably big sparse files inside the container. this looks to the backup like zeroes and deduplicates, so it does not take up the whole space
We use essential cookies to make this site work, and optional cookies to enhance your experience.