Using rsync, my source directory has several files and directories. My destination is already synchronized, so it displays files and directories.
However, I manually created a symbolic link at my destination, which does not exist in my source.
I need to use the -delete operation in rsync. Is there a way to make rsync not delete the symlink?
source
share