Name: yak Date: September 13, 2002 at 11:10:03 Pacific Subject: Skip open files with backup OS: AIX 4.3.3 CPU/Ram: rs/6000
Comment:
Does anyone know how to run backup without having it return an error (>0)if it encounters an open file. Currently I am doing the backup by "find . | backup.." I know that some of the files are open, and don't expect them to backup. I want to be able to check the error flag and send myself a message whether or not the backup was successful. Thanks