[Bug 10857] weirdly named files fail remotely

2014-10-10 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=10857

Wayne Davison way...@samba.org changed:

   What|Removed |Added

 Resolution|--- |WORKSFORME
 Status|NEW |RESOLVED

--- Comment #1 from Wayne Davison way...@samba.org ---
Your problem is that you tried to specify a weird filename as a part of a
remote filename without escaping the characters from the remote shell
translating them.  You can use --protect-args to avoid the issue (which I have
set as my default due to my using ./configure --with-protected-args whenever
I compile rsync).  You would also not have run into an issue if you had just
specified a destination path and let rsync send the filename as a part of the
file list.

-- 
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 options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html


[SCM] The rsync repository. - branch master updated

2014-10-10 Thread Rsync CVS commit messages
The branch, master has been updated
   via  6128f56 Add a missing closing paren.
  from  743f5a3 Prepare the repository for more development.

;a=shortlog;h=master


- Log -
commit 6128f56694623bf0ea09f4fc22f9a94996335e65
Author: Wayne Davison way...@samba.org
Date:   Fri Oct 10 14:15:11 2014 -0700

Add a missing closing paren.

---

Summary of changes:
 rsync.yo |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/rsync.yo b/rsync.yo
index 87028ca..eef47e9 100644
--- a/rsync.yo
+++ b/rsync.yo
@@ -2449,7 +2449,7 @@ transfer that may be interrupted.
 
 There is also a bf(--info=progress2) option that outputs statistics based
 on the whole transfer, rather than individual files.  Use this flag without
-outputting a filename (e.g. avoid bf(-v) or specify bf(--info=name0) if you
+outputting a filename (e.g. avoid bf(-v) or specify bf(--info=name0)) if you
 want to see how the transfer is doing without scrolling the screen with a
 lot of names.  (You don't need to specify the bf(--progress) option in
 order to use bf(--info=progress2).)


-- 
The rsync repository.
___
rsync-cvs mailing list
rsync-cvs@lists.samba.org
https://lists.samba.org/mailman/listinfo/rsync-cvs