From: Kenneth P. <sh...@se...> - 2005-08-08 01:13:15
|
I've got a partition that, according to df, claims to have about 165 GB in use, and a directory I don't need to backup that, according to "du -x", is about 62 GB. When I dump this to a disk with 130 GB available, it fills and still has substantial time left to back up. Does dump-0.4b40 recognize the "d" flag? I've used "chattr -R" to apply it to all files in the entire hierarchy. My dump command: dump 0u -b 1024 -Mf /mnt/Backup/sda1/dump -B 1000000 /mnt/sda1 -Q /mnt/Backup/sda1/qfa |