Author Topic: How to backup using rsync  (Read 17954 times)

0 Members and 1 Guest are viewing this topic.

Offline
*
How to backup using rsync
« on: October 09, 2014, 01:58:54 PM »
Hi guys

Someone already managed to configure remote backup with rsync using the CWP Version 0.9.5?

What would be the procedure to send the backups of VPS (A) to the VPS (B)?

Thanks

Offline
*
Re: How to backup using rsync
« Reply #1 on: October 09, 2014, 05:19:10 PM »
all you need to add info in the CWP from other server and set access key

BACKUP SERVER - VPS (B)
Setup SSH KEY on Remote/Backup server (NOT ON YOUR CWP SERVER)

Code: [Select]
cd ~USERNAME
mkdir .ssh
chmod 700 .ssh
nano or vi to file and add key from CWP under backup (must be in one line):   .ssh/authorized_keys
Code: [Select]
chmod 600  .ssh/authorized_keys
chown -R USERNAME:USERNAME .ssh
AntiDDoS Protection (web + mail)
http://centos-webpanel.com/website-ddos-protection-proxy

Join our Development Team and get paid !
http://centos-webpanel.com/develope-modules-for-cwp


Services Monitoring & RBL Monitoring
http://centos-webpanel.com/services-monitor


Do you need Fast and FREE Support included for your CWP linux server?
http://centos-webpanel.com/noc-partner-list
Installation Instructions
http://centos-webpanel.com/installation-instructions
Get Fast Support Here
http://centos-webpanel.com/support-services

Offline
*
Re: How to backup using rsync
« Reply #2 on: December 24, 2014, 06:24:54 AM »
Im getting connection failed.

i did what you wrote down but nothing. any ideas?

Offline
*
Re: How to backup using rsync
« Reply #3 on: December 24, 2014, 06:40:08 AM »
why that red dot?


Offline
*
Re: How to backup using rsync
« Reply #4 on: March 11, 2015, 12:06:32 AM »
it's fixed with 0.9.8.2
AntiDDoS Protection (web + mail)
http://centos-webpanel.com/website-ddos-protection-proxy

Join our Development Team and get paid !
http://centos-webpanel.com/develope-modules-for-cwp


Services Monitoring & RBL Monitoring
http://centos-webpanel.com/services-monitor


Do you need Fast and FREE Support included for your CWP linux server?
http://centos-webpanel.com/noc-partner-list
Installation Instructions
http://centos-webpanel.com/installation-instructions
Get Fast Support Here
http://centos-webpanel.com/support-services

Offline
*
Re: How to backup using rsync
« Reply #5 on: May 17, 2017, 06:55:23 AM »
not work remote backup:
Connection_Failed
Don't forget to add pub key from file /root/.ssh/backup/id_rsa.pub on the remote server to the file "~/.ssh/authorized_keys"


Offline
*
Re: How to backup using rsync
« Reply #6 on: April 16, 2021, 09:42:33 AM »
Hi

You mean the text is "file /root/.ssh/backup/id_rsa.pub" of the remote server?
But file /root/.ssh/backup/id_rsa.pub in remote server is empty.

Thanks
I love CWP