bart - how to ignore subdirecties
how do you code a rules file to ignore subdirectories and individual files?
I think the following fits the man page description but as you can see the manifest files are the same size:
bart create -r - | wc
/var
CHECK all
IGNORE contents
38288 331864 4745757 <--- output of wc
bart create -r - | wc
/var
CHECK all
IGNORE contents
/var/tmp
IGNORE all
38288 331864 4745757 <-- output of wc and matches above
uname -a
SunOS drteethtest 5.10 Generic_147440-25 sun4v sparc SUNW,SPARC-Enterprise-T5220
$cat /etc/release
Oracle Solaris 10 8/11 s10s_u10wos_17b SPARC
Copyright (c) 1983, 2011, Oracle and/or its affiliates. All rights reserved.
I think the following fits the man page description but as you can see the manifest files are the same size:
bart create -r - | wc
/var
CHECK all
IGNORE contents
38288 331864 4745757 <--- output of wc
bart create -r - | wc
/var
CHECK all
IGNORE contents
/var/tmp
IGNORE all
38288 331864 4745757 <-- output of wc and matches above
uname -a
SunOS drteethtest 5.10 Generic_147440-25 sun4v sparc SUNW,SPARC-Enterprise-T5220
$cat /etc/release
Oracle Solaris 10 8/11 s10s_u10wos_17b SPARC
Copyright (c) 1983, 2011, Oracle and/or its affiliates. All rights reserved.
0