[rsync-announce] Rsync 3.2.2pre1 released

2020-06-27 Thread Wayne Davison via rsync-announce
I have made rsync 3.2.2pre1 available for release testing. This is a few more portability fixes, some improvements to the newest features, and a couple other simple changes. If no blocking issues are found, this will be released as 3.2.2 soon. At that point I imagine that this will be the last of

Rsync 3.2.2pre1 released

2020-06-27 Thread Wayne Davison via rsync
I have made rsync 3.2.2pre1 available for release testing. This is a few more portability fixes, some improvements to the newest features, and a couple other simple changes. If no blocking issues are found, this will be released as 3.2.2 soon. At that point I imagine that this will be the last of

[SCM] The rsync repository. - branch master updated

2020-06-27 Thread Rsync CVS commit messages
The branch, master has been updated via dcbe005a Preparing for release of 3.2.2pre1 via af57b55b Some misc cleanup from 967e6426 Improve the NSTR differentiation idiom. https://git.samba.org/?p=rsync.git;a=shortlog;h=master - Log

[SCM] The rsync repository. - annotated tag v3.2.2pre1 created

2020-06-27 Thread Rsync CVS commit messages
The annotated tag, v3.2.2pre1 has been created at 6d58bc7622b76471e988638a5e0f159e98c7d626 (tag) tagging dcbe005a6a557294ceba3fd3d8a22ecf62d47e54 (commit) replaces v3.2.1 tagged by Wayne Davison on Sat Jun 27 21:23:57 2020 -0700 - Log

[SCM] The rsync repository. - branch master updated

2020-06-27 Thread Rsync CVS commit messages
The branch, master has been updated via 967e6426 Improve the NSTR differentiation idiom. via 61971acb Some more doc & NEWS improvements. via 5bd0b6cf Change the CI name from 0eec25f7 Some patch-update & vim ft improvements

[SCM] The rsync repository. - branch master updated

2020-06-27 Thread Rsync CVS commit messages
The branch, master has been updated via 0eec25f7 Some patch-update & vim ft improvements via 3a6f0600 Improve the output when a negotiation fails. via f805d1a7 More NEWS and man page changes. from ab29ee9c Negotation env lists can specify "client & server"

Re: Rsync Daemon Remote Pull

2020-06-27 Thread Wayne Davison via rsync
On Sat, Jun 27, 2020 at 7:17 AM Chandrasekar Natarajan wrote: > Kindly help me to resolve this. > One thing you can do is to change the initial command from "rsync" to "/usr/bin/rsync" (if that is where the real command is installed in your setup) in order to try to avoid any script & shell

Re: Rsync Daemon Remote Pull

2020-06-27 Thread Chandrasekar Natarajan via rsync
Hi Wayne, Thanks for your reply. This is the command I am using now(a simple command) *rsync -vrcz --port u...@x.x.x.xx::Module1 '/cygdrive/d/test 123/'* This is the exception 'Unexpected remote arg: User@x.x.x.x::Module1 rsync error: syntax or usage error (code 1) at main.c(1361)

Re: RAM speedup

2020-06-27 Thread Rupert Gallagher via rsync
On Friday 26 June 2020 21:58, Rupert Gallagher via rsync wrote: > Hello, > > As disks are slow and rsync reads and writes so much that for the bus this is > the equivalent of context switching galore, would it be possible to use RAM > as a buffer? Say, you have 10GB of spare RAM, rsync uses

Re: rsync with mode --delete

2020-06-27 Thread Budi Janto via rsync
On 6/27/20 5:01 AM, Wayne Davison wrote: > There are several options: > > 1. Set the "pre-xfer exec = /script/name" in your daemon module and > make the script check if a /mnt/DATA/known-to-exist-subdir is > missing and if so, do an "exit 1". > 2. If your server rsync is at least