diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-07-30 13:29:45 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-07-30 13:29:45 -0400 |
commit | cc32ffe05f5b8453ac09f2a12b2a17e41d9d7584 (patch) | |
tree | 8f47d587634e012f56dba8ce62eb61997e68eb83 /doc/bugs/rsync_remote_with_-J2_fails | |
parent | 383d7c247ef97164fd15e4baa89c6d8f15f89537 (diff) |
Fix rsync special remote to work when -Jn is used for concurrent uploads.
Diffstat (limited to 'doc/bugs/rsync_remote_with_-J2_fails')
-rw-r--r-- | doc/bugs/rsync_remote_with_-J2_fails/comment_1_793bbc86b495dda0328c35cb5abe4fad._comment | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/bugs/rsync_remote_with_-J2_fails/comment_1_793bbc86b495dda0328c35cb5abe4fad._comment b/doc/bugs/rsync_remote_with_-J2_fails/comment_1_793bbc86b495dda0328c35cb5abe4fad._comment new file mode 100644 index 000000000..eeb4b34af --- /dev/null +++ b/doc/bugs/rsync_remote_with_-J2_fails/comment_1_793bbc86b495dda0328c35cb5abe4fad._comment @@ -0,0 +1,13 @@ +[[!comment format=mdwn + username="joey" + subject="""comment 1""" + date="2015-07-30T17:18:24Z" + content=""" +The -J1 is a red herring; there's no progress output for -J modes, so the +whole transfer runs quietly there. + +The -J2 failure is because the rsync special remote implementation uses a +local scratch directory which is supposed to be empty. But, since it uses +the pid of the process to create the directory name, concurrently transfers +will use the same scratch directory and so interfere with one-another. +"""]] |