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 t

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 alias

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) [sender=3.

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 th

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 3.2.