I want to exclude the folowing directories on a Linux Host:
/proc
/mnt
I wrote a simple Server directive with the following in:
<< / >>
skip: tmp_mnt
+skip: proc
+skip: mnt
<< /tmp >>
skip: .?* *
<< /export/swap >>
swapasm: .
<< /nsr >>
allow
<< /nsr/logs >>
logasm: .
<< /var >>
logasm: .
I applied the directive: Linux standard directive
to my backup-client rtt1a-42.ima
When I make a test save with this command line:
savegrp -nv -l full -c rtt1a-42.ima sib42
then the /proc/bus/usb
directory is in the backup.
How can this be ?
/proc
/mnt
I wrote a simple Server directive with the following in:
<< / >>
skip: tmp_mnt
+skip: proc
+skip: mnt
<< /tmp >>
skip: .?* *
<< /export/swap >>
swapasm: .
<< /nsr >>
allow
<< /nsr/logs >>
logasm: .
<< /var >>
logasm: .
I applied the directive: Linux standard directive
to my backup-client rtt1a-42.ima
When I make a test save with this command line:
savegrp -nv -l full -c rtt1a-42.ima sib42
then the /proc/bus/usb
directory is in the backup.
How can this be ?