Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Help with a backup problem.

Status
Not open for further replies.

druid1

IS-IT--Management
Jul 15, 2002
14
GB
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.
 
Could be that these are ephemeral files (for example print files) which are deleted by the system before the backup reaches them. If that's the case, don't worry about them. Cheers.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top