Control Web Panel

WebPanel => Backup => Topic started by: nyol on October 09, 2014, 01:58:54 PM

Title: How to backup using rsync
Post by: nyol 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
Title: Re: How to backup using rsync
Post by: Administrator 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
Title: Re: How to backup using rsync
Post by: cpozzer on December 24, 2014, 06:24:54 AM
Im getting connection failed.

i did what you wrote down but nothing. any ideas?
Title: Re: How to backup using rsync
Post by: cpozzer on December 24, 2014, 06:40:08 AM
why that red dot?

(http://easycaptures.com/fs/uploaded/958/2639569440.png)
Title: Re: How to backup using rsync
Post by: Administrator on March 11, 2015, 12:06:32 AM
it's fixed with 0.9.8.2
Title: Re: How to backup using rsync
Post by: Maya2016 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"

Title: Re: How to backup using rsync
Post by: yeknafar 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