Skip to content
Discussion options

You must be logged in to vote

Pretty much entirely correct. Par the fact that rsync normally uses incremental recursion nowadays. But repeating from Michael.

Exit code 24 does not stop the remaining files from being transferred. It means one or more source files disappeared after rsync discovered them but before it could transfer them so those files are missing from the destination.

Whether you should retry depends on what you are copying. For a live tree where temporary files are regularly created and removed, inspect the reported paths and ignore the warning if those files do not matter. If you need a complete and consistent backup, rerun the transfer and consider taking a snapshot or otherwise preventing the source…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by steadytao
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants