Filesystem 1K-blocks Used Available Use% Mounted on
/dev/vda2 975712256 5701400 968353688 1% /
/dev/vda1 996780 270116 657852 30% /boot
devtmpfs 4096 0 4096 0% /dev
/dev/vda2 975712256 4757620 969293244 1% /home
tmpfs 1625920 1440 1624480 1% /run
tmpfs 4064792 68 4064724 1% /tmp
sunrpc 0 0 0 - /var/lib/nfs/rpc_pipefs
- 975712256 4757620 969293244 1% /var/lib/machines
This explains all the exclusions bar /home :
(fs = fileSystem)
/boot: Excluded - diff fs: OK
/dev: Excluded - diff fs: OK
/home: Excluded - SAME FS: ???
/proc: Excluded - exclude-dir: OK
/run: Excluded - diff fs: OK
/sys: Excluded - exclude-dir: OK
/tmp: Excluded - diff fs: OK
/var/lib/nfs/rpc_pipefs: Excluded - diff fs: OK
/var/lib/machines: Excluded - diff fs: OK
So why is /home excluded ?
I have tried investigating with the following options
--stdout
--recursive
--cross-fs=no
--exclude-dir='^/proc'
--exclude-dir='^/sys'
-z
--infected
-v
--debug
but the log generated is 1G, there were issues with characters in the file when I tried to open with gedit and I couldn't extract anything useful with grep.
So, any ideas why /home is being excluded ?