Displaying 1 result from an estimated 1 matches for "smdiq".
Did you mean:
sadiq
2003 Aug 06
2
rsync returns 23 (RERR_PARTIAL) when a file has been deleted after the list has been created.
...using rsync to backup a list of files that are in use by an
application. Files can be deleted, created, or modified by the application
whilst rsync is running. I am getting the following output line, in amongst
lots of succesful transfers, when running rsync, :
send_files failed to open //ca/spool/smdiq/005.973416/9734161182.1: No such
file or directory
This then results in an RC of 23 (RERR_PARTIAL),
I believe this is happening because between the time rsync compiles the
file list and the time rsync attempts to transfer the file the application
has deleted it.
My problem here is that rsync is...