hello I am receiving the following error when I attempt delete directories from the server that I am syncing to. IO error encountered - skipping file deletion I am using the following command to delete the appropriate directories. rsync -azv --stats -e ssh -v --delete /Dir1/ user@manchine2:/Dir2 This is my first attempt at using the delete option, Can anyone give me some examples of how to properly use the --delete option with the rsync command.