I was wondering why my primary NAS was empty the other day..

It seems that my data was saved by -b option and related parameters, because 
all my data was hidden in the “Trashcan” -folder on the archive NAS.

I’m using rsync to make a safety copy of all files on my primary NAS:

rsync -vrtb --backup-dir=/mnt/archive/trashcan/ --suffix=".deleted-$(date 
+%Y%m%d%H%M%S)" --del -f "P *trashcan*" /mnt/nas/ /mnt/archive/

Is this bug to be blamed for emptying my primary NAS?

Saku.




On 10.4.2014, at 5.50, samba-b...@samba.org wrote:

https://bugzilla.samba.org/show_bug.cgi?id=10522

--- Comment #3 from J.R. <r...@opal.com> 2014-04-10 02:50:13 UTC ---
Created attachment 9840
--> https://bugzilla.samba.org/attachment.cgi?id=9840
revised patch  detect-renamed.diff

-- 
Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
-- 
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


Attachment: signature.asc
Description: Message signed with OpenPGP using GPGMail

-- 
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

Reply via email to