Re: --ignore-case option does not ignore pathname case?

2015-07-16 Thread John Pierman
Anyone out there feel like contributing to this feature? It appears it was marked assigned for 3.1.1 but I didn't see any movement. https://bugzilla.samba.org/show_bug.cgi?id=10448 On Sun, Jan 26, 2014 at 1:48 PM, Wayne Davison wrote: > On Thu, Jan 16, 2014 at 9:48 AM, John Pierma

Re: [Bug 10522] --detect-renamed patch is causing deletions as if a 'delete flag' was supplied, when none have been

2014-04-11 Thread John Pierman
I assume not. This bug appears only if you have applied the "detect-renamed" patch, and are calling "detect-renamed" as a flag. On Thu, Apr 10, 2014 at 9:58 AM, Saku Vainikainen < saku.vainikai...@welho.com> wrote: > > I was wondering why my primary NAS was empty the other day.. > > It seems tha

--ignore-case option does not ignore pathname case?

2014-01-16 Thread John Pierman
tested with 3.07 and 3.1 with --ignore-case patch applied cd /tmp mkdir -p a/b/c/d/e/f mkdir -p A/b/C/D/e/F add some files to a/b/c/d/e/f/ rsync -r --ignore-case a/ A/ >> creates b/c/d/e/f/ Why is it not ignoring case? I expect it to add all files in 'f' to 'F' -- Please use reply-all for most

Re: (--delay-updates and --partial) re-hashing the already downloaded files?

2013-04-18 Thread John Pierman
roblem with someone recently in #rsync and IIRC the > solution was to not use --partial-dir > > On 04/17/13 16:40, John Pierman wrote: > > I am backing up a LARGE data set, over a very unstable internet > > connection. > > > > I NEED to --delay-updates, because I d

(--delay-updates and --partial) re-hashing the already downloaded files?

2013-04-17 Thread John Pierman
I am backing up a LARGE data set, over a very unstable internet connection. I NEED to --delay-updates, because I do a flash cut-over once everything has transferred. Yes I know --copy-dest does this, but if the connection breaks, anything that's already made it over gets put into place (not wh