I wanted to use compression (-z option) when doing transfers via rsync method.
rsync compression is better than SSH compression.

Unfortunately, when I add it $Conf{RsyncArgs}, rsync transfers don't work anymore:


# su -l backuppc -c "/srv/backuppc/bin/BackupPC_dump -v -f con-bdc-dd"
(...)
started full dump, share=/etc
Running: /usr/bin/ssh -q -x -l backup server /usr/bin/rsync --server --sender -v -z --numeric-ids --bwlimit=9 --perms --owner --group --devices --links --times --recursive --ignore-times . /etc/
Xfer PIDs are now 3351
xferPids 3351
Got remote protocol 29
Xfer PIDs are now 3351,3352
xferPids 3351,3352
  create d 755       0/0        4096 .


And here it waits forever.

Using rsync from command line works fine:


# rsync -a -z -v [EMAIL PROTECTED]:/etc/X11 .
receiving file list ... done
X11/
X11/app-defaults/


Is it only me, or can anyone else confirm it?


--
Tomasz Chmielewski
http://wpkg.org


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/

Reply via email to