In the logs, you can see actual commands issued. Have you compared those? Cheers,
Jan On 14/01/2019 10:17, Johan Ehnberg wrote: > > Hello, > > I stumbled upon this weirdness when benchmarking offloadable SSH > ciphers using the rsync transfer method. > > In short, splitting up the RsyncSshArgs I use on multiple lines fails: > > '-e', > > '$sshPath -l ubuntu', > > '-C', > > '-c aes256-...@openssh.com' > > > and combining them on one line works (but may be a fluke): > > '-e', > > '$sshPath -l ubuntu -C -c aes256-...@openssh.com' > > > Errors vary between these: > > No files dumped for share / > > rsync error: syntax or usage error (code 1) at main.c(1572) [client=3.1.2.0] > > The suspect is some escaping problem due to the @ sign since it > indicates an array in Perl. However, escaping it (-c > aes256-gcm\@openssh.com) does not help. I am not into Perl more than > that. Any thoughts? > > Best regards, > > Johan Ehnberg > > -- > Signature > *Johan Ehnberg* > > Founder, CEO > > Molnix Oy > > > jo...@molnix.com <mailto:jo...@molnix.com> > > +358 50 320 96 88 > > molnix.com <https://molnix.com> > > > /The contents of this e-mail and its attachments are for the use of > the intended recipient only, and are confidential and may contain > legally privileged information. If you are not the intended recipient > or have otherwise received the e-mail in error, please notify the > sender by replying to this e-mail immediately and then delete it > immediately from your system. Any dissemination, distribution, copying > or use of this communication without prior and explicit permission of > the sender is strictly prohibited./ > > /*Please consider the environment - do not print this e-mail unless > you really need to.*/ > > > > _______________________________________________ > BackupPC-users mailing list > BackupPC-users@lists.sourceforge.net > List: https://lists.sourceforge.net/lists/listinfo/backuppc-users > Wiki: http://backuppc.wiki.sourceforge.net > Project: http://backuppc.sourceforge.net/
_______________________________________________ BackupPC-users mailing list BackupPC-users@lists.sourceforge.net List: https://lists.sourceforge.net/lists/listinfo/backuppc-users Wiki: http://backuppc.wiki.sourceforge.net Project: http://backuppc.sourceforge.net/