Backuping a Linux folder using
rclone sync -L
When a logical link is broken, on the source, I get an error.
Since there are errors, files are not deleted on the target when they have been deleted on the source earlier.
IMHO, there is no reason to raise an error when a link is broken. It should be copied "as is". The purpose of the backup is not to check that.
A warning could be issued.
And it should not prevent the deletion of other files.
Rsync don't issue errors on broken links.
Currently, I have to remove all broken links, before having a full backup without errors.