Displaying 2 results from an estimated 2 matches for "negliable".
Did you mean:
negligable
2014 Feb 05
2
Feature Request: don't sync if it would result in more than NUM deletions.
As a safety feature, I would like to see a feature that would prevent rsync from syncing when the sync, if it were to go ahead, would result in more than a certain number of files being deleted from the destination.
A similar feature, --max-delete, does exist, but does not prevent rsync from doing a partial run when --max-delete entries would be exceeded - it simply deletes up to that amount of
2002 Dec 07
2
Filename character translation
...options.c)
- builds two way character translation lookup table in memory (512 bytes)
(utils.c)
- translates filenames at appropriate places (sender.c, flist.c)
is --filename-translation is present
Note this patch can't handle multibyte encodings. The performance impact of
translation should be negliable, especially if not active. The patch changes
multiple files and is rather long so I'd like to open a discussion before
posting.
There has been some interest in that topic before here
(http://www.mail-archive.com/rsync@lists.samba.org/msg03306.html) and also
on some other, local mailing lists....