[Bug 6927] Add a --fat option to ignore 1-second time diffs, ownership, hard links, symlinks, etc.

samba-bugs at samba.org samba-bugs at samba.org
Sat Dec 24 13:49:47 MST 2011


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

Wayne Davison <wayned at samba.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |WONTFIX

--- Comment #3 from Wayne Davison <wayned at samba.org> 2011-12-24 20:49:47 UTC ---
I personally would recommend users that want this add their own popt alias to
their ~/.popt (or /etc/popt) file.  e.g.:

rsync alias --fat --modify-window=1 --no-o --no-g --no-H --no-l

That would let you use:

rsync -aiv --fat foo bar

(Which makes the --no-* overrides turn things off in -a since --fat follows
-a.)  That doesn't do anything for the DST glitch, but I don't think rsync
should try to solve that issue.

-- 
Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the rsync mailing list