I am using the following command :-
cd /
find . -print | grep -v '^./tmp' | grep -v '^./proc' | grep -v snmpCollect | cpio -ocvB > /dev/rmt/0m 2>>$LOGFILE
This produces 3 errors but I have been unable to find the files the backup is having problems with.
Thanks for you help in advance.
cd /
find . -print | grep -v '^./tmp' | grep -v '^./proc' | grep -v snmpCollect | cpio -ocvB > /dev/rmt/0m 2>>$LOGFILE
This produces 3 errors but I have been unable to find the files the backup is having problems with.
Thanks for you help in advance.