[Bug 13609] rsync can be crazy slow on os x 10.13.6 when copying via usb drives

2018-09-13 Thread just subscribed for rsync-qa from bugzilla via rsync
https://bugzilla.samba.org/show_bug.cgi?id=13609 --- Comment #1 from mvola...@aecom.yu.edu --- The sparse option is triggering this slowness. Without it, rsync runs super fast. -- You are receiving this mail because: You are the QA Contact for the bug. -- Please use reply-all for most replies

[Bug 13609] rsync can be crazy slow on os x 10.13.6 when copying via usb drives

2019-03-30 Thread just subscribed for rsync-qa from bugzilla via rsync
https://bugzilla.samba.org/show_bug.cgi?id=13609 --- Comment #3 from roland --- what is the source and what is the remote filesystem ? what does iostat tell on the source and the destination? what's the size of the sparse files and how much of data is "inside" ? -- You are receiving this

[Bug 13609] rsync can be crazy slow on os x 10.13.6 when copying via usb drives

2019-03-30 Thread just subscribed for rsync-qa from bugzilla via rsync
https://bugzilla.samba.org/show_bug.cgi?id=13609 --- Comment #4 from Dave Gordon --- How about using truss/strace/whatever the OSX equivalent is to get a count of all system calls made, when run with and without the --sparse option. Total time on each type of call would be useful too. If you

[Bug 11893] rsync should check local file access permission before connecting to remote end

2019-02-25 Thread just subscribed for rsync-qa from bugzilla via rsync
https://bugzilla.samba.org/show_bug.cgi?id=11893 --- Comment #2 from BruXy --- I am using: rsync version 3.1.1 protocol version 31 -- You are receiving this mail because: You are the QA Contact for the bug. -- Please use reply-all for most replies to avoid omitting the mailing list. To

[Bug 11893] rsync should check local file access permission before connecting to remote end

2019-02-25 Thread just subscribed for rsync-qa from bugzilla via rsync
https://bugzilla.samba.org/show_bug.cgi?id=11893 --- Comment #1 from BruXy --- Hello, I have fallen into the same trap described in this issue: $ rsync -avvHPS --rsh='ssh' big_cache.tar.bz bruxy@remote:/mnt/data_cache/ opening connection using: ssh -l bruxy remote rsync --server

[Bug 10748] 3.1.0 and 3.1.1 create all dirs on target even with --prune-empty-dirs

2019-02-26 Thread just subscribed for rsync-qa from bugzilla via rsync
https://bugzilla.samba.org/show_bug.cgi?id=10748 --- Comment #2 from Kevin Korb --- --prune-empty-dirs only affects the file list that rsync is working from. That means it handles dirs that are either really empty on the source or anything that has been emptied via --exclude or --filter.

[Bug 10748] 3.1.0 and 3.1.1 create all dirs on target even with --prune-empty-dirs

2019-02-26 Thread just subscribed for rsync-qa from bugzilla via rsync
https://bugzilla.samba.org/show_bug.cgi?id=10748 --- Comment #1 from walter --- 5 years later, I detect the same problem - which is critical for me. why has nothing happened on that bug? -- You are receiving this mail because: You are the QA Contact for the bug. -- Please use reply-all for

[Bug 11338] Rsync Crash - Segmentation fault

2019-02-28 Thread just subscribed for rsync-qa from bugzilla via rsync
https://bugzilla.samba.org/show_bug.cgi?id=11338 --- Comment #6 from Michal Ruprich --- This has just freshly arrived yesterday. Same bug as before and as described here. https://bugzilla.redhat.com/show_bug.cgi?id=1683737 -- You are receiving this mail because: You are the QA Contact for

[Bug 11338] Rsync Crash - Segmentation fault

2019-02-27 Thread just subscribed for rsync-qa from bugzilla via rsync
https://bugzilla.samba.org/show_bug.cgi?id=11338 --- Comment #5 from Michal Ruprich --- Created attachment 14872 --> https://bugzilla.samba.org/attachment.cgi?id=14872=edit Patch for the rwrite function -- You are receiving this mail because: You are the QA Contact for the bug. -- Please

[Bug 11338] Rsync Crash - Segmentation fault

2019-02-27 Thread just subscribed for rsync-qa from bugzilla via rsync
https://bugzilla.samba.org/show_bug.cgi?id=11338 --- Comment #4 from Michal Ruprich --- Hi, we have encountered similar segfault a couple of years ago. As you can see here in comment #2, the p *in shows that the input buffer's size and len are unreasonably huge - len = 18446744073709532799,

[Bug 13820] rsync is not preserving ACLs

2019-03-05 Thread just subscribed for rsync-qa from bugzilla via rsync
https://bugzilla.samba.org/show_bug.cgi?id=13820 --- Comment #3 from Dinesh Reddy --- (In reply to Paul Slootman from comment #2) Thanks for the suggestion. --inplace is actually working for my case. Our use-case is to distribute sparse file across the VMs (--sparse is being used), hopefully,

[Bug 13820] New: rsync is not preserving ACLs

2019-03-04 Thread just subscribed for rsync-qa from bugzilla via rsync
https://bugzilla.samba.org/show_bug.cgi?id=13820 Bug ID: 13820 Summary: rsync is not preserving ACLs Product: rsync Version: 3.1.3 Hardware: x64 OS: Linux Status: NEW Severity: major Priority:

[Bug 13820] rsync is not preserving ACLs

2019-03-05 Thread just subscribed for rsync-qa from bugzilla via rsync
https://bugzilla.samba.org/show_bug.cgi?id=13820 --- Comment #1 from Kevin Korb --- You have -A backwards. If you want rsync to copy the ACLs you have to use -A. -- You are receiving this mail because: You are the QA Contact for the bug. -- Please use reply-all for most replies to avoid

[Bug 13820] rsync is not preserving ACLs

2019-03-05 Thread just subscribed for rsync-qa from bugzilla via rsync
https://bugzilla.samba.org/show_bug.cgi?id=13820 --- Comment #2 from Paul Slootman --- I think the point Dinesh is trying to make is that rsync is removing ACLs from the destination even though it's not asked to preserve the source's ACLs (which don't exist). I think the problem is that rsync

[Bug 10494] remove-source-files fails with symlinks

2019-03-16 Thread just subscribed for rsync-qa from bugzilla via rsync
https://bugzilla.samba.org/show_bug.cgi?id=10494 --- Comment #4 from Wayne Davison --- In my prior testing I apparently missed that the symlink verification issue was caused by -L (--copy-links). I have amended the change to use do_stat() when --copy-links is enabled. -- You are receiving

[Bug 13827] despite --copy-unsafe-links, rsync does not copy the referent of symlinks that point one level outside the copied tree

2019-03-16 Thread just subscribed for rsync-qa from bugzilla via rsync
https://bugzilla.samba.org/show_bug.cgi?id=13827 Wayne Davison changed: What|Removed |Added Resolution|--- |INVALID Status|NEW

[Bug 13820] rsync is not preserving ACLs

2019-03-16 Thread just subscribed for rsync-qa from bugzilla via rsync
https://bugzilla.samba.org/show_bug.cgi?id=13820 Wayne Davison changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 11338] Rsync Crash - Segmentation fault

2019-03-16 Thread just subscribed for rsync-qa from bugzilla via rsync
https://bugzilla.samba.org/show_bug.cgi?id=11338 Wayne Davison changed: What|Removed |Added Resolution|--- |FIXED Status|ASSIGNED

[Bug 13522] Patch fileflags.diff and crtimes.diff

2019-03-16 Thread just subscribed for rsync-qa from bugzilla via rsync
https://bugzilla.samba.org/show_bug.cgi?id=13522 Wayne Davison changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|---

[Bug 13827] despite --copy-unsafe-links, rsync does not copy the referent of symlinks that point one level outside the copied tree

2019-03-16 Thread just subscribed for rsync-qa from bugzilla via rsync
https://bugzilla.samba.org/show_bug.cgi?id=13827 --- Comment #2 from Jan Bredereke --- (In reply to Wayne Davison from comment #1) Thanks, I see your point now. Thus the problem is that the subject is rather complex, and the man-page is quite terse on these details. A user can make a mistake

[Bug 10494] remove-source-files fails with symlinks

2019-03-14 Thread just subscribed for rsync-qa from bugzilla via rsync
https://bugzilla.samba.org/show_bug.cgi?id=10494 --- Comment #3 from Adrian Torregrosa --- Another option that I tried and verified, and that could make more sense, would be to replace 141 if (do_lstat(fname, ) < 0) { with 141 if (do_stat(fname, ) < 0) { -- You are receiving

[Bug 10494] remove-source-files fails with symlinks

2019-03-14 Thread just subscribed for rsync-qa from bugzilla via rsync
https://bugzilla.samba.org/show_bug.cgi?id=10494 --- Comment #2 from Adrian Torregrosa --- We have found this same problem using rsync 3.1.2. I have downloaded the source code for version 3.1.3, and found the following lines in sender.c: 146 if (S_ISREG(file->mode) /* Symlinks &

[Bug 3314] configure: sys/mode.h

2019-03-13 Thread just subscribed for rsync-qa from bugzilla via rsync
https://bugzilla.samba.org/show_bug.cgi?id=3314 Björn Jacke changed: What|Removed |Added Assignee|t...@samba.org |wa...@opencoder.net Target Milestone|none

[Bug 13827] New: despite --copy-unsafe-links, rsync does not copy the referent of symlinks that point one level outside the copied tree

2019-03-09 Thread just subscribed for rsync-qa from bugzilla via rsync
https://bugzilla.samba.org/show_bug.cgi?id=13827 Bug ID: 13827 Summary: despite --copy-unsafe-links, rsync does not copy the referent of symlinks that point one level outside the copied tree Product: rsync

[Bug 10494] remove-source-files fails with symlinks

2019-03-20 Thread just subscribed for rsync-qa from bugzilla via rsync
https://bugzilla.samba.org/show_bug.cgi?id=10494 --- Comment #5 from Adrian Torregrosa --- I embedded the modified sender.c into 3.1.3's original source code, compiled and tested, and I found it to have solved the problem: first I tried uploading a softlink and deleting, then I tried uploading a

[Bug 11338] Rsync Crash - Segmentation fault

2019-03-18 Thread just subscribed for rsync-qa from bugzilla via rsync
https://bugzilla.samba.org/show_bug.cgi?id=11338 --- Comment #8 from Michal Ruprich --- Great, thanks Wayne. -- You are receiving this mail because: You are the QA Contact for the bug. -- Please use reply-all for most replies to avoid omitting the mailing list. To unsubscribe or change

[Bug 5124] Parallelize the rsync run using multiple threads and/or connections

2019-02-07 Thread just subscribed for rsync-qa from bugzilla via rsync
https://bugzilla.samba.org/show_bug.cgi?id=5124 --- Comment #11 from Scott Peterson --- (In reply to Haravikk from comment #4) SPDY has apparently evolved into QUIC. QUIC supports multiple streams, which can be created by either end. There can be a huge number of these. It seems like a sender

[Bug 5124] Parallelize the rsync run using multiple threads and/or connections

2019-02-07 Thread just subscribed for rsync-qa from bugzilla via rsync
https://bugzilla.samba.org/show_bug.cgi?id=5124 --- Comment #10 from Scott Peterson --- (In reply to Paul Slootman from comment #9) Multiple connections also makes sense on high bandwidth links. I’ve never been able to rsync at wire speed on a 40G link using only one connection. -- You are

[Bug 13522] Patch fileflags.diff and crtimes.diff

2019-02-08 Thread just subscribed for rsync-qa from bugzilla via rsync
https://bugzilla.samba.org/show_bug.cgi?id=13522 jief changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|FIXED

[Bug 5124] Parallelize the rsync run using multiple threads and/or connections

2019-02-06 Thread just subscribed for rsync-qa from bugzilla via rsync
https://bugzilla.samba.org/show_bug.cgi?id=5124 --- Comment #8 from Michael --- +1 from me on this. We have several situations where we need to copy a large number of very small files, and I expect that having multiple file transfer threads, allowing say ~5 transfers concurrently, would speed

[Bug 5124] Parallelize the rsync run using multiple threads and/or connections

2019-02-07 Thread just subscribed for rsync-qa from bugzilla via rsync
https://bugzilla.samba.org/show_bug.cgi?id=5124 --- Comment #9 from Paul Slootman --- The issue when copying a large number of small files is disk IO / seeking. Check the wait for IO values using top / whatever when doing such a transfer. Running multiple threads in such a situation will only

[Bug 8001] Is MAXPATHLEN set properly on FreeBSD?

2019-04-13 Thread just subscribed for rsync-qa from bugzilla via rsync
https://bugzilla.samba.org/show_bug.cgi?id=8001 --- Comment #2 from Björn Jacke --- rsync should use pathconf() to find the maximum allowed path length and not expect to find a OS define like PATH_MAX because this can vary also from filesystem to filesystem. See

[Bug 13071] [PATCH] Allow --partial-dir with --inplace

2019-04-14 Thread just subscribed for rsync-qa from bugzilla via rsync
https://bugzilla.samba.org/show_bug.cgi?id=13071 --- Comment #3 from Ben RUBSON --- Thank you for your feedback Ferran ! I'm not sure about why this patch hasn't been landed yet :) Regarding benefits of using this option in conjunction with --link-dest. Well, certainly same benefit as without

[Bug 13913] sync a folder with large amount of files

2019-05-26 Thread just subscribed for rsync-qa from bugzilla via rsync
https://bugzilla.samba.org/show_bug.cgi?id=13913 --- Comment #5 from Gene --- I see similar problem using rsync 3.1.3 (both client and server on Arch Linux). This happened after user duplicated local copy of their Thunderbird profile - a directory of roughly 42 GB of maildir+ files - so lots

[Bug 11101] support writing to devices

2019-06-03 Thread just subscribed for rsync-qa from bugzilla via rsync
https://bugzilla.samba.org/show_bug.cgi?id=11101 --- Comment #2 from Michal Ruprich --- I see that the write-devices.diff is in the rsync-patches-3.1.3.tar.gz but this bug is still in NEW state. Does that mean that the patch should not be used? What is the relationship between the rsync.git and

[Bug 11101] support writing to devices

2019-06-03 Thread just subscribed for rsync-qa from bugzilla via rsync
https://bugzilla.samba.org/show_bug.cgi?id=11101 --- Comment #3 from Jason Pyeron --- the patches repo is where unmerged patches are tracked, stored, and re-baselined. Not sure how to tickle Wayne Davison to test it. It has worked very nicely here. -- You are receiving this mail because: You

[Bug 11561] [PATCH] Show progress information when SIGINFO is caught on platforms that have it

2019-06-05 Thread just subscribed for rsync-qa from bugzilla via rsync
https://bugzilla.samba.org/show_bug.cgi?id=11561 --- Comment #2 from Daniel O'Connor --- What are the prospects for getting this committed? It works fine on FreeBSD & OSX applied to the latest Samba release and it's qute handy. -- You are receiving this mail because: You are the QA Contact

[Bug 13974] New: Old max block size isn't allowed in options

2019-05-28 Thread just subscribed for rsync-qa from bugzilla via rsync
https://bugzilla.samba.org/show_bug.cgi?id=13974 Bug ID: 13974 Summary: Old max block size isn't allowed in options Product: rsync Version: 3.1.3 Hardware: All OS: All Status: NEW Severity: normal

[Bug 13982] New: rsync calls exit() from signal handler

2019-06-01 Thread just subscribed for rsync-qa from bugzilla via rsync
https://bugzilla.samba.org/show_bug.cgi?id=13982 Bug ID: 13982 Summary: rsync calls exit() from signal handler Product: rsync Version: 3.1.3 Hardware: x64 OS: NetBSD Status: NEW Severity: major

[Bug 13991] New: rsync --delete --one-file-system skips deletes after crossing filesystems on destination.

2019-06-09 Thread just subscribed for rsync-qa from bugzilla via rsync
https://bugzilla.samba.org/show_bug.cgi?id=13991 Bug ID: 13991 Summary: rsync --delete --one-file-system skips deletes after crossing filesystems on destination. Product: rsync Version: 3.1.3 Hardware: All

[Bug 13735] Synchronize files when the sending side has newer change times while modification times and sizes are identical on both sides

2019-06-20 Thread just subscribed for rsync-qa from bugzilla via rsync
https://bugzilla.samba.org/show_bug.cgi?id=13735 Sébastien Béhuret changed: What|Removed |Added Resolution|WONTFIX |--- Status|RESOLVED

[Bug 13991] rsync --delete --one-file-system skips deletes after crossing filesystems on destination.

2019-06-10 Thread just subscribed for rsync-qa from bugzilla via rsync
https://bugzilla.samba.org/show_bug.cgi?id=13991 --- Comment #1 from Bruce Arden --- Created attachment 15235 --> https://bugzilla.samba.org/attachment.cgi?id=15235=edit Commands to demonstrate further problem set VG to an LVM volumegroup with spare space On my machine this gives: ...

[Bug 13953] New: error message instead of --stats informations (in case of vanished files), using rsync 3.1.1 and rsync 3.0.9

2019-05-16 Thread just subscribed for rsync-qa from bugzilla via rsync
https://bugzilla.samba.org/show_bug.cgi?id=13953 Bug ID: 13953 Summary: error message instead of --stats informations (in case of vanished files), using rsync 3.1.1 and rsync 3.0.9 Product: rsync Version: 3.1.1 Hardware:

[Bug 13920] New: --max-delete and dirs being replaced by symlinks on source

2019-04-30 Thread just subscribed for rsync-qa from bugzilla via rsync
https://bugzilla.samba.org/show_bug.cgi?id=13920 Bug ID: 13920 Summary: --max-delete and dirs being replaced by symlinks on source Product: rsync Version: 3.1.2 Hardware: All OS: All Status: NEW

[Bug 13913] sync a folder with large amount of files

2019-05-07 Thread just subscribed for rsync-qa from bugzilla via rsync
https://bugzilla.samba.org/show_bug.cgi?id=13913 --- Comment #4 from jief --- APFS in one side, ext4 Synology as destination. I've just made another test. I left it 2 hours. No CPU usage. It just hangs. Destination doesn't matter. I tried APFS to APFS (selecting an empty directory as

[Bug 13901] Empty quotes adds cwd to SRC directories

2019-04-19 Thread just subscribed for rsync-qa from bugzilla via rsync
https://bugzilla.samba.org/show_bug.cgi?id=13901 --- Comment #1 from Dave Gordon --- It probably wouldn't be difficult to spot the case you've identified and change the behaviour; I suspect you'd just need to change this code around line 2134 of flist.c, in send_file_list() to handle the case of

[Bug 13913] sync a folder with large amount of files

2019-04-27 Thread just subscribed for rsync-qa from bugzilla via rsync
https://bugzilla.samba.org/show_bug.cgi?id=13913 --- Comment #3 from Dave Gordon --- What filesystems are used at each end? Also, when you say "hangs", how long have you left it in the "hung" state? In preparation for trying to reproduce this issue, I created a new directory on an ext4

[Bug 13071] [PATCH] Allow --partial-dir with --inplace

2019-04-10 Thread just subscribed for rsync-qa from bugzilla via rsync
https://bugzilla.samba.org/show_bug.cgi?id=13071 Ferran changed: What|Removed |Added CC||pallares.fer...@gmail.com --- Comment #2 from

[Bug 13912] New: Fix a few typos in rsync.yo

2019-04-25 Thread just subscribed for rsync-qa from bugzilla via rsync
https://bugzilla.samba.org/show_bug.cgi?id=13912 Bug ID: 13912 Summary: Fix a few typos in rsync.yo Product: rsync Version: 3.1.3 Hardware: All OS: All Status: NEW Severity: enhancement

[Bug 13913] New: sync a folder with large amount of files

2019-04-25 Thread just subscribed for rsync-qa from bugzilla via rsync
https://bugzilla.samba.org/show_bug.cgi?id=13913 Bug ID: 13913 Summary: sync a folder with large amount of files Product: rsync Version: 3.1.3 Hardware: All OS: All Status: NEW Severity: normal

[Bug 13913] sync a folder with large amount of files

2019-04-25 Thread just subscribed for rsync-qa from bugzilla via rsync
https://bugzilla.samba.org/show_bug.cgi?id=13913 jief changed: What|Removed |Added Resolution|WORKSFORME |--- Status|RESOLVED

[Bug 13913] sync a folder with large amount of files

2019-04-25 Thread just subscribed for rsync-qa from bugzilla via rsync
https://bugzilla.samba.org/show_bug.cgi?id=13913 jief changed: What|Removed |Added Resolution|--- |WORKSFORME Status|NEW

[Bug 13913] sync a folder with large amount of files

2019-04-25 Thread just subscribed for rsync-qa from bugzilla via rsync
https://bugzilla.samba.org/show_bug.cgi?id=13913 --- Comment #2 from jief --- (In reply to jief from comment #1) My mistake. Previous comment is wrong. Didn't see the --delay-updates option in my final test. Bug still remains and it's not a permission problem. The bug doesn't happen when

[Bug 13901] New: Empty quotes adds cwd to SRC directories

2019-04-17 Thread just subscribed for rsync-qa from bugzilla via rsync
https://bugzilla.samba.org/show_bug.cgi?id=13901 Bug ID: 13901 Summary: Empty quotes adds cwd to SRC directories Product: rsync Version: 3.1.3 Hardware: x64 OS: Linux Status: NEW Severity: normal

[Bug 10051] Improved long file-name handling

2019-08-03 Thread just subscribed for rsync-qa from bugzilla via rsync
https://bugzilla.samba.org/show_bug.cgi?id=10051 --- Comment #1 from Haravikk --- Wow, was about to post basically this same feature, forgetting I'd already requested it six years ago! There's definitely still an argument to be made for rsync to handle file names better when they are invalid on

[Bug 14109] Support Custom Fuzzy Basis Selection Algorithm

2019-09-01 Thread just subscribed for rsync-qa from bugzilla via rsync
https://bugzilla.samba.org/show_bug.cgi?id=14109 --- Comment #2 from Lonnie Best --- Thanks. Yeah, that's probably what I'll do. I may even write the script where it does some tasks parallel (running multiple rsync commands at the same time). The current default

[Bug 14109] Support Custom Fuzzy Basis Selection Algorithm

2019-09-01 Thread just subscribed for rsync-qa from bugzilla via rsync
https://bugzilla.samba.org/show_bug.cgi?id=14109 --- Comment #1 from Kevin Korb --- Just a quick thought on a workaround... It would be trivial to figure out the new name and best old file in a script. So, you could hard link the best old file to the new file name. Then rsync wouldn't even

[Bug 14109] New: Support Custom Fuzzy Basis Selection Algorithm

2019-09-01 Thread just subscribed for rsync-qa from bugzilla via rsync
https://bugzilla.samba.org/show_bug.cgi?id=14109 Bug ID: 14109 Summary: Support Custom Fuzzy Basis Selection Algorithm Product: rsync Version: 3.1.3 Hardware: All OS: All Status: NEW Severity: normal

[Bug 12769] error allocating core memory buffers (code 22) depending on source file system

2019-09-09 Thread just subscribed for rsync-qa from bugzilla via rsync
https://bugzilla.samba.org/show_bug.cgi?id=12769 --- Comment #4 from Ovidiu Stanila --- We hit the same issue on a CentOS 6 server (kernel 2.6.32-754.18.2.el6.x86_64), the sync would break with the following error: # /usr/bin/rsync --debug=HASH --stats --no-inc-recursive -aHn --delete /app/

[Bug 14126] The atomic-rsync script can exit 0 when the operation failed.

2019-09-17 Thread just subscribed for rsync-qa from bugzilla via rsync
https://bugzilla.samba.org/show_bug.cgi?id=14126 --- Comment #1 from Paul Slootman --- Why not exit with $? >> 8? -- You are receiving this mail because: You are the QA Contact for the bug. -- Please use reply-all for most replies to avoid omitting the mailing list. To unsubscribe or change

[Bug 14126] The atomic-rsync script can exit 0 when the operation failed.

2019-09-17 Thread just subscribed for rsync-qa from bugzilla via rsync
https://bugzilla.samba.org/show_bug.cgi?id=14126 --- Comment #2 from Chris Brannon --- (In reply to Paul Slootman from comment #1) That was, in fact, my first try. exit $? >> 8 is recommended for Perl by some sources on the net. However, if the called program gets a signal, "exit $? >> 8" would

[Bug 14126] New: The atomic-rsync script can exit 0 when the operation failed.

2019-09-13 Thread just subscribed for rsync-qa from bugzilla via rsync
https://bugzilla.samba.org/show_bug.cgi?id=14126 Bug ID: 14126 Summary: The atomic-rsync script can exit 0 when the operation failed. Product: rsync Version: 3.1.3 Hardware: All OS: All Status:

[Bug 14081] New: --copy-command option for specifying custom file copying behaviour

2019-08-09 Thread just subscribed for rsync-qa from bugzilla via rsync
https://bugzilla.samba.org/show_bug.cgi?id=14081 Bug ID: 14081 Summary: --copy-command option for specifying custom file copying behaviour Product: rsync Version: 3.1.3 Hardware: All OS: All

[Bug 14081] --copy-command option for specifying custom file copying behaviour

2019-08-09 Thread just subscribed for rsync-qa from bugzilla via rsync
https://bugzilla.samba.org/show_bug.cgi?id=14081 --- Comment #1 from Haravikk --- Sorry, just occurred to me that rsync already has a similar style option in the `-rsh` flag for setting a custom remote shell command, so rather than a `find -exec` style it might make more sense to copy `-rsh` for

[Bug 14076] 3.13 - lib/sysacls.h:118:13: error: array type has incomplete element type 'struct acl'

2019-08-06 Thread just subscribed for rsync-qa from bugzilla via rsync
https://bugzilla.samba.org/show_bug.cgi?id=14076 --- Comment #1 from Jari Aalto --- Created attachment 15375 --> https://bugzilla.samba.org/attachment.cgi?id=15375=edit Cygwin x64 config.status -- You are receiving this mail because: You are the QA Contact for the bug. -- Please use

[Bug 14076] New: 3.13 - lib/sysacls.h:118:13: error: array type has incomplete element type 'struct acl'

2019-08-06 Thread just subscribed for rsync-qa from bugzilla via rsync
https://bugzilla.samba.org/show_bug.cgi?id=14076 Bug ID: 14076 Summary: 3.13 - lib/sysacls.h:118:13: error: array type has incomplete element type 'struct acl' Product: rsync Version: 3.1.3 Hardware: x64

[Bug 10518] rsync hangs (100% cpu)

2019-08-06 Thread just subscribed for rsync-qa from bugzilla via rsync
https://bugzilla.samba.org/show_bug.cgi?id=10518 --- Comment #11 from Paul Slootman --- roland: note that unless you explicitly use --inplace, rsync will create a new file and rename it at the end, so that's going to mess up your zfs snapshot efficiency anyway. -- You are receiving this mail

[Bug 10518] rsync hangs (100% cpu)

2019-07-15 Thread just subscribed for rsync-qa from bugzilla via rsync
https://bugzilla.samba.org/show_bug.cgi?id=10518 --- Comment #10 from roland --- apparently, what https://www.anchor.com.au/blog/2013/08/out-tridging-tridge/ is trying to explain and fix ( https://git.samba.org/?p=rsync.git;a=commit;h=de94193353864221280be9fbb6193d92eb133000 ) does not fix the

[Bug 7249] Add an option to use O_NOATIME

2019-09-29 Thread just subscribed for rsync-qa from bugzilla via rsync
https://bugzilla.samba.org/show_bug.cgi?id=7249 --- Comment #11 from Samuel Henrique --- This patch has been being applied to the Debian packaging of rsync since 2014 (5 years now). As Michal Ruprich said, this patch requires the build to be made in a certain way as it can lead to undefined

[Bug 12570] Problems with --checksum --existing

2019-11-03 Thread just subscribed for rsync-qa from bugzilla via rsync
https://bugzilla.samba.org/show_bug.cgi?id=12570 --- Comment #2 from Haravikk --- I was about to post on basically the same issue, but found this; I use rsync to do a lot of incremental backups where ZFS or similar isn't an option (not that common, but still comes up now and then). To guarantee

[Bug 14183] New: rsync fails transferring only attributes for file without write permission

2019-11-05 Thread just subscribed for rsync-qa from bugzilla via rsync
https://bugzilla.samba.org/show_bug.cgi?id=14183 Bug ID: 14183 Summary: rsync fails transferring only attributes for file without write permission Product: rsync Version: 3.1.3 Hardware: x64 OS: Mac OS X

[Bug 13913] sync a folder with large amount of files

2019-12-12 Thread just subscribed for rsync-qa from bugzilla via rsync
https://bugzilla.samba.org/show_bug.cgi?id=13913 --- Comment #6 from Adam Purkrt --- I have hit the same. Gentoo Linux # rsync --version rsync version 3.1.3 protocol version 31 rsyncing a maildir (as root) with ~36000 files to sshfs mounted dir. strace tells rsync hangs on select - timeouts for

[Bug 13913] sync a folder with large amount of files

2019-12-12 Thread just subscribed for rsync-qa from bugzilla via rsync
https://bugzilla.samba.org/show_bug.cgi?id=13913 --- Comment #7 from Adam Purkrt --- rsyncing to an empty directory went fine; it is the rsync with an already existing dir that causes the halt. -- You are receiving this mail because: You are the QA Contact for the bug. -- Please use

[Bug 14214] New: --report-special=OPS option to return error code if no data was copied

2019-12-10 Thread just subscribed for rsync-qa from bugzilla via rsync
https://bugzilla.samba.org/show_bug.cgi?id=14214 Bug ID: 14214 Summary: --report-special=OPS option to return error code if no data was copied Product: rsync Version: 3.1.3 Hardware: All OS: All

[Bug 12769] error allocating core memory buffers (code 22) depending on source file system

2019-10-21 Thread just subscribed for rsync-qa from bugzilla via rsync
https://bugzilla.samba.org/show_bug.cgi?id=12769 --- Comment #6 from Dave Gordon --- The hash table doubles each time it reaches 75% full. A hash table for 32m items @ 16 bytes each (8 byte key, 8 byte void *data) needs 512MB of memory. At the next doubling (up to 64m items) it hits the array

[Bug 14160] New: rsynd in daemon mode should support haproxy proxy protocol

2019-10-16 Thread just subscribed for rsync-qa from bugzilla via rsync
https://bugzilla.samba.org/show_bug.cgi?id=14160 Bug ID: 14160 Summary: rsynd in daemon mode should support haproxy proxy protocol Product: rsync Version: 3.1.3 Hardware: All OS: All Status: NEW

[Bug 14163] New: RSYNC_SSL_PORT env should be set for invocation of --rsh command

2019-10-18 Thread just subscribed for rsync-qa from bugzilla via rsync
https://bugzilla.samba.org/show_bug.cgi?id=14163 Bug ID: 14163 Summary: RSYNC_SSL_PORT env should be set for invocation of --rsh command Product: rsync Version: 3.1.3 Hardware: All OS: All

[Bug 7249] Add an option to use O_NOATIME

2019-09-25 Thread just subscribed for rsync-qa from bugzilla via rsync
https://bugzilla.samba.org/show_bug.cgi?id=7249 --- Comment #10 from Michal Ruprich --- Hi, I think that ideally you should decide what to do with this. This almost 10 years old bug is still here and it seems no one from the rsync developers paid any attention to this. If you are not planning

[Bug 7249] Add an option to use O_NOATIME

2019-10-09 Thread just subscribed for rsync-qa from bugzilla via rsync
https://bugzilla.samba.org/show_bug.cgi?id=7249 Samuel Henrique changed: What|Removed |Added Attachment #15524|0 |1 is obsolete|

[Bug 7249] Add an option to use O_NOATIME

2019-10-09 Thread just subscribed for rsync-qa from bugzilla via rsync
https://bugzilla.samba.org/show_bug.cgi?id=7249 --- Comment #13 from Samuel Henrique --- Created attachment 15524 --> https://bugzilla.samba.org/attachment.cgi?id=15524=edit Adds --noatime option for 3.1.3 Updated the patch to fix "make test" with the help of Paul Slootman. I'm happy to say

[Bug 7249] Add an option to use O_NOATIME

2019-10-10 Thread just subscribed for rsync-qa from bugzilla via rsync
https://bugzilla.samba.org/show_bug.cgi?id=7249 --- Comment #15 from Michal Ruprich --- Thanks Samuel, now I can enable tests during build in Fedora and keep the noatime option as well. Still though, it would be good to have upstream approval on this :/ -- You are receiving this mail because:

[Bug 7249] Add an option to use O_NOATIME

2019-10-08 Thread just subscribed for rsync-qa from bugzilla via rsync
https://bugzilla.samba.org/show_bug.cgi?id=7249 --- Comment #12 from Samuel Henrique --- The patch is currently introducing a regression on the target "test" (make test). /usr/bin/ld: syscall.o: in function `do_open': ./syscall.c:206: undefined reference to `noatime' It happens when the target

[Bug 13445] Fuzzy searching in link-dest tries to open regular file as directory

2019-10-03 Thread just subscribed for rsync-qa from bugzilla via rsync
https://bugzilla.samba.org/show_bug.cgi?id=13445 --- Comment #7 from Ben RUBSON --- Wayne, let's merge this ? Many thanks ! -- You are receiving this mail because: You are the QA Contact for the bug. -- Please use reply-all for most replies to avoid omitting the mailing list. To unsubscribe

[Bug 13071] [PATCH] Allow --partial-dir with --inplace

2019-10-03 Thread just subscribed for rsync-qa from bugzilla via rsync
https://bugzilla.samba.org/show_bug.cgi?id=13071 --- Comment #4 from Ben RUBSON --- Hi Wayne, Let's review & merge this new feature ? Thank you very much ! -- You are receiving this mail because: You are the QA Contact for the bug. -- Please use reply-all for most replies to avoid omitting

[Bug 12769] error allocating core memory buffers (code 22) depending on source file system

2019-10-11 Thread just subscribed for rsync-qa from bugzilla via rsync
https://bugzilla.samba.org/show_bug.cgi?id=12769 --- Comment #5 from Simon Matter --- I'm suffering the same problem and was wondering if anyone found a solution or work around or other tool to do the job? First I thought maybe it's a bug which is fixed already and tried with the latest release

[Bug 14315] rsync hangs when many errors

2020-03-05 Thread just subscribed for rsync-qa from bugzilla via rsync
https://bugzilla.samba.org/show_bug.cgi?id=14315 --- Comment #1 from Mark Vitale --- Sorry, I gave the wrong commit in my report. I bisected this hang to: 1a2704512a6f6c9bf267042ff8beb50a24e1d057 is the first bad commit commit 1a2704512a6f6c9bf267042ff8beb50a24e1d057 Author: Wayne Davison

[Bug 14315] New: rsync hangs when many errors

2020-03-05 Thread just subscribed for rsync-qa from bugzilla via rsync
https://bugzilla.samba.org/show_bug.cgi?id=14315 Bug ID: 14315 Summary: rsync hangs when many errors Product: rsync Version: 3.1.3 Hardware: All OS: All Status: NEW Severity: normal Priority: P5

[Bug 11166] running with -vvv causes a hang

2020-03-05 Thread just subscribed for rsync-qa from bugzilla via rsync
https://bugzilla.samba.org/show_bug.cgi?id=11166 --- Comment #3 from Mark Vitale --- While debugging a different rsync hang, I have also seen this behavior with -vvv, and used git bisect to find when it was introduced: d8587b4690b1987c02c71c136720f366abf250e6 is the first bad commit

[Bug 14267] New: rsync produces unhelpful errors on remote copy to OS with different ACL format

2020-02-05 Thread just subscribed for rsync-qa from bugzilla via rsync
https://bugzilla.samba.org/show_bug.cgi?id=14267 Bug ID: 14267 Summary: rsync produces unhelpful errors on remote copy to OS with different ACL format Product: rsync Version: 3.1.3 Hardware: All OS: All

[Bug 14262] New: add continuous sync mode using inotify/fanotify/etc

2020-02-03 Thread just subscribed for rsync-qa from bugzilla via rsync
https://bugzilla.samba.org/show_bug.cgi?id=14262 Bug ID: 14262 Summary: add continuous sync mode using inotify/fanotify/etc Product: rsync Version: 3.1.3 Hardware: All OS: All Status: NEW Severity:

[Bug 14262] add continuous sync mode using inotify/fanotify/etc

2020-02-03 Thread just subscribed for rsync-qa from bugzilla via rsync
https://bugzilla.samba.org/show_bug.cgi?id=14262 --- Comment #1 from Paul Wise --- I note that the lsyncd tool can be used to work around this feature being missing from rsync. By default it collates filesystem events over several seconds and then runs rsync to transfer the changes. Giving rsync

[Bug 14260] New: leading / added to file name causing file not found when setting permissions

2020-01-31 Thread just subscribed for rsync-qa from bugzilla via rsync
https://bugzilla.samba.org/show_bug.cgi?id=14260 Bug ID: 14260 Summary: leading / added to file name causing file not found when setting permissions Product: rsync Version: 3.1.3 Hardware: All OS: Linux

[Bug 14319] New: -M--fake-super --chmod changes the permissions stored in the xattr

2020-03-12 Thread just subscribed for rsync-qa from bugzilla via rsync
https://bugzilla.samba.org/show_bug.cgi?id=14319 Bug ID: 14319 Summary: -M--fake-super --chmod changes the permissions stored in the xattr Product: rsync Version: 3.1.3 Hardware: All OS: All

[Bug 7112] --fake-super should use default permissions for real files

2020-03-12 Thread just subscribed for rsync-qa from bugzilla via rsync
https://bugzilla.samba.org/show_bug.cgi?id=7112 --- Comment #1 from Dimitrios Apostolou --- I agree. I am running rsync with --perms, but I want --fake-super to store the original permissions in the xattr, and not change the real mode of the destination file. What is more, I am trying to force

[Bug 14341] New: --compare-source to filter file list at sender

2020-04-08 Thread just subscribed for rsync-qa from bugzilla via rsync
https://bugzilla.samba.org/show_bug.cgi?id=14341 Bug ID: 14341 Summary: --compare-source to filter file list at sender Product: rsync Version: 3.1.3 Hardware: All OS: All Status: NEW Severity: normal

[Bug 12741] stop rsync on "No space left on device"

2020-04-09 Thread just subscribed for rsync-qa from bugzilla via rsync
https://bugzilla.samba.org/show_bug.cgi?id=12741 --- Comment #1 from Ben RUBSON --- I think the required patch may be there : https://bugzilla.samba.org/show_bug.cgi?id=12525 -- You are receiving this mail because: You are the QA Contact for the bug. -- Please use reply-all for most replies

[Bug 14260] leading / added to file name causing file not found when setting permissions

2020-04-07 Thread just subscribed for rsync-qa from bugzilla via rsync
https://bugzilla.samba.org/show_bug.cgi?id=14260 Wayne Davison changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 14163] RSYNC_SSL_PORT env should be set for invocation of --rsh command

2020-04-07 Thread just subscribed for rsync-qa from bugzilla via rsync
https://bugzilla.samba.org/show_bug.cgi?id=14163 Wayne Davison changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|---

[Bug 14323] Defaults for --skip-compress are not working, everything is being compressed

2020-04-07 Thread just subscribed for rsync-qa from bugzilla via rsync
https://bugzilla.samba.org/show_bug.cgi?id=14323 Wayne Davison changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 13445] Fuzzy searching in link-dest tries to open regular file as directory

2020-04-06 Thread just subscribed for rsync-qa from bugzilla via rsync
https://bugzilla.samba.org/show_bug.cgi?id=13445 --- Comment #9 from Ben RUBSON --- Good news, thank you very much Wayne ! Glad to see you back :) -- You are receiving this mail because: You are the QA Contact for the bug. -- Please use reply-all for most replies to avoid omitting the

<    1   2   3   4   5   6   7   >