Displaying 6 results from an estimated 6 matches for "haqthat".
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
2014 Mar 28
4
[Bug 10522] New: --detect-renamed patch is causing deletions as if a 'delete flag' was supplied, when none have been
...g' 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
AssignedTo: wayned at samba.org
ReportedBy: haqthat at gmail.com
QAContact: rsync-qa at samba.org
Scenario:
Files are being deleted, even though no 'delete' flags are given.
Patch rsync 3.1.1pre1 with detect-renamed patch
configure
make
mkdir /tmp/test1
mkdir /tmp/test2
touch /tmp/test1/a
touch /tmp/test1/b
touch /tmp/test1/c
t...
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 Apr 16
1
[Bug 10555] New: checksum-reading.diff causes rsync to segfault with large amount of files
...large amount of files
Product: rsync
Version: 3.1.1
Platform: All
OS/Version: All
Status: NEW
Severity: major
Priority: P5
Component: core
AssignedTo: wayned at samba.org
ReportedBy: haqthat at gmail.com
QAContact: rsync-qa at samba.org
LOCAL RSYNC
command: rsync -rvc /tmp/dir1/ /tmp/dir2/
result:
building file list ...
rsync: connection unexpectedly closed (0 bytes received so far) [sender]
rsync error: error in rsync protocol data stream (code 12) at io.c(226)
[sender=3....
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
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