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

--- Comment #36 from elatl...@gmail.com ---
(In reply to Claudius Ellsel from comment #35)
> This is going off-topic

On such an old bug with modern workarouds I think it's worth talking about.

> backup drive is NTFS currently, which would complicate things probably.

Using a COW FS would require you you use said FS (not NTFS ... you can put
files systems inside each other with losetup but it's not ideal) If you really
don't want to use another filesystem then the options are git or git-annex or
that wrapper script I cooked up, or there is likely some backup software with
the functionality baked in. 

> > If you want to review changes before backup
> [and] detect moved files

you can with a COW FS like this (R for renamed); 

# zfs diff pool/volume@snap1 pool/volume@snap2
M       /pool/volume/
R       /pool/volume/fileB -> /pool/volume/fileC

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

Reply via email to