Re: -e escape rule

2016-10-29 Thread Wayne Davison
On Sat, Oct 29, 2016 at 5:36 AM, Samuel Williams < space.ship.travel...@gmail.com> wrote: > The command > > ssh -l backup -i /etc/synco/id_rsa -o ConnectTimeout\=60 -o BatchMode\=yes > > Is a correct and valid shell command. > It is, but there is no shell involved, and assuming that a shell is

Re: Links repeatedly being copied???

2016-10-29 Thread Wayne Davison
On Sun, Oct 16, 2016 at 1:17 PM, B. S. wrote: > I have for the longest time been seeing '.L..t..'s in my rsync log, > despite no changes to such in quite some time, and in trying to track it > down, been baffled. > This means that rsync is trying to set the timestamp on

Re: -e escape rule

2016-10-29 Thread Samuel Williams
> The point is that the original escaping DOUBLE escapes an equals sign: > foo\\\=bar > It shouldn't, there's no reason to. If you paste into your command line: rsync -e ssh\ -l\ backup\ -i\ /etc/synco/id_rsa\ -o\ ConnectTimeout\\\=60\ -o\ BatchMode\\\=yes The list of arguments would be (i.e.

Re: -e escape rule

2016-10-29 Thread Paul Slootman
On Sat 29 Oct 2016, Samuel Williams wrote: > I'm not proposing some additional characters to split on, but quite > the opposite, to handle the backslash escaped spaces correctly and NOT > split. Rest assured, there is no bug with the original escaping. For > your edification: > > $ echo \I\'\m\

[Bug 12367] temporary lines in --progress output are not cleared

2016-10-29 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=12367 --- Comment #3 from Wayne Davison --- Actually, I diagnosed this further, and noticed that the file counts shouldn't be output at all -- the check for progress output was being fooled by a temporary setting of the xfer_dirs var

[Bug 12367] temporary lines in --progress output are not cleared

2016-10-29 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=12367 Wayne Davison changed: What|Removed |Added Status|NEW |RESOLVED

[SCM] The rsync repository. - branch master updated

2016-10-29 Thread Rsync CVS commit messages
The branch, master has been updated via e02b89d We need a LF after filelist-progress with a CR. Fixes bug 12367. from d1a1fec Use S_BLKSIZE when multiplying st_blocks. https://git.samba.org/?p=rsync.git;a=shortlog;h=master - Log

[SCM] The rsync repository. - branch master updated

2016-10-29 Thread Rsync CVS commit messages
The branch, master has been updated via ff66fd4 More fixes for --progress quirks. from e02b89d We need a LF after filelist-progress with a CR. Fixes bug 12367. https://git.samba.org/?p=rsync.git;a=shortlog;h=master - Log