I have some scripts that have a structure of load <> , expand, sync, which repeats for a group of folder pairs.
If the first of the group has an error (folder not available, for example), the entire script exits. I have the "create-empty" option, which fixes the problem if the local folder doesn't exist, but doesn't help if the remote folder is not present (and write permission is not present for the remote folder)
How can I tell the sync operation to ignore errors (log them only) and continue the script?

If the first of the group has an error (folder not available, for example), the entire script exits. I have the "create-empty" option, which fixes the problem if the local folder doesn't exist, but doesn't help if the remote folder is not present (and write permission is not present for the remote folder)
How can I tell the sync operation to ignore errors (log them only) and continue the script?
Comment