How is rsync supposed to behave when I give the --delete-excluded? Recently I lost several of my important documents because of a corrupted file system on the source. Here are some logs,
* Rsync gets an IO error on one of the folders, -- rsync: readlink_stat("/mnt/raid-backup/Documents/Finance") failed: Input/output error (5) -- * It starts deleting all my financial documents, -- deleting Documents/Finance/Tax/2005/2005_Kansas_Return.pdf deleting Documents/Finance/Tax/2005/2005_Federal_Return.pdf -- Am I doing something wrong in giving the --delete option? -- View this message in context: http://www.nabble.com/rsync-deleted-all-my-important-docs...-tp25405261p25405261.html Sent from the Samba - rsync mailing list archive at Nabble.com. -- Please use reply-all for most replies to avoid omitting the mailing list. To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html