This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Pages: [1]
1
Backup / Remote Backup Error - "rsync lacks old-style"
« on: December 12, 2018, 11:42:05 AM »
Hi,
I can't make to work remote backups in my CWP with Centos 7
SSH connection is ok (in control panel and console using ssh -i /root/.ssh/backup/id_rsa myuser@myremotesshserver -p 22) but the backup fails.
If i throw a
php -d max_execution_time=1000000 -q /usr/local/cwpsrv/htdocs/resources/admin/include/cron_backup.php
I see multiple errors with:
rsync: This rsync lacks old-style --compress due to its external zlib. Try -zz.
rsync error: syntax or usage error (code 1) at main.c(1585) [server=3.1.2]
rsync: connection unexpectedly closed (0 bytes received so far) [sender]
rsync error: error in rsync protocol data stream (code 12) at io.c(226) [sender=3.1.2]
i try it in 2 different ssh servers, with public key autentication connection working fine.
any help?
Thanks!
I can't make to work remote backups in my CWP with Centos 7
SSH connection is ok (in control panel and console using ssh -i /root/.ssh/backup/id_rsa myuser@myremotesshserver -p 22) but the backup fails.
If i throw a
php -d max_execution_time=1000000 -q /usr/local/cwpsrv/htdocs/resources/admin/include/cron_backup.php
I see multiple errors with:
rsync: This rsync lacks old-style --compress due to its external zlib. Try -zz.
rsync error: syntax or usage error (code 1) at main.c(1585) [server=3.1.2]
rsync: connection unexpectedly closed (0 bytes received so far) [sender]
rsync error: error in rsync protocol data stream (code 12) at io.c(226) [sender=3.1.2]
i try it in 2 different ssh servers, with public key autentication connection working fine.
any help?
Thanks!
Pages: [1]