Hey,
I use the following command to scan an Ubuntu 14.04 regularly.
ionice -c 3 savscan / -sc -f -ndi -s -nc -nb -all -rec -nremove -ss -archive -loopback -mime -oe -pua -tnef -pua -suspicious --stay-on-machine --no-follow-symlinks --skip-special --examine-x-bit --no-reset-atime -exclude /var/run/user/1000/gvfs/ -exclude /run/user/1000/gvfs/
But I am getting the error "Could not open /run/user/1000/gvfs".
root@host:~# ls -lh /run/user/1000/
ls: cannot access /run/user/1000/gvfs: Permission denied
total 8,0K
drwx------ 2 user user 60 Jul 29 14:52 dconf
d????????? ? ? ? ? ? gvfs
drwx------ 2 user user 80 Jul 24 22:03 pulse
drwx------ 3 user user 60 Jul 24 22:03 upstart
How do I properly use the exclude option?
-exclude file1,file2,/dir/
-exclude fil1 -exclude file2 -exclude /dir/
Or is there nothing wrong and it is a FUSE problem?
Cheers
Mark
This thread was automatically locked due to age.