Displaying 5 results from an estimated 5 matches for "pierman".
Did you mean:
bierman
2014 Feb 14
3
[Bug 10448] New: Please include the --ignore-case patch by default
https://bugzilla.samba.org/show_bug.cgi?id=10448
Summary: Please include the --ignore-case patch by default
Product: rsync
Version: 3.1.0
Platform: All
OS/Version: All
Status: NEW
Severity: enhancement
Priority: P5
Component: core
AssignedTo: wayned at samba.org
ReportedBy: me at
2013 Apr 17
2
(--delay-updates and --partial) re-hashing the already downloaded files?
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 what I want),
I need it to go from beginning to end, And then I handle the files
seperately.
If I
2014 Jan 16
1
--ignore-case option does not ignore pathname case?
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/<files>
Why is it not ignoring case? I expect it to add all files in 'f' to 'F'
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2014 Mar 28
4
[Bug 10522] New: --detect-renamed patch is causing deletions as if a 'delete flag' was supplied, when none have been
https://bugzilla.samba.org/show_bug.cgi?id=10522
Summary: --detect-renamed patch is causing deletions as if a
'delete flag' was supplied, when none have been
Product: rsync
Version: 3.1.1
Platform: x86
OS/Version: All
Status: NEW
Severity: normal
Priority: P5
Component: core
2014 Apr 14
4
[Bug 10552] New: Sender checksum calculation significantly slower with compression enabled
https://bugzilla.samba.org/show_bug.cgi?id=10552
Summary: Sender checksum calculation significantly slower with
compression enabled
Product: rsync
Version: 3.1.1
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P5
Component: core
AssignedTo: wayned at