How to make "--delete" work with rsync over ssh? When I do "rsync" I want it to delete files on destination if they are not present on source:
example: rsync -av ssh --delete source/ [EMAIL PROTECTED]:/home/joseph/destination I get: building file list ... link_stat "/home/joseph/ssh" failed: No such file or directory -- #Joseph -- [email protected] mailing list

