ispCP - Board - Support
[HowTo] Rsync backup&restore + remote backup - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega Contributions Area (/forum-40.html)
+--- Forum: Howtos (/forum-41.html)
+--- Thread: [HowTo] Rsync backup&restore + remote backup (/thread-5156.html)

Pages: 1 2 3 4


RE: [HowTo] Rsync backup + remote backup - rbravo - 05-12-2009 10:25 PM

Perfect! good howto


RE: [HowTo] Rsync backup + remote backup - rbravo - 05-13-2009 10:00 PM

One problem...

Error:
Argument "rsync" isn't numeric in numeric ne (!=) at /var/www/ispcp/engine/backup/ispcp-backup-all line 391.


(12-16-2008 09:14 AM)Kika Wrote:  searching for (about line 391)
Code:
        if ($rs == 0) { # everything ok

insert after
Code:
        if ($zip != "rsync") {

Change to:
Code:
        if ($zip ne "rsync") {

;-)


RE: [HowTo] Rsync backup + remote backup - Kika - 05-14-2009 03:48 AM

I repaired this error in the code, but i forget update the howto :S

Thanks Smile


RE: [HowTo] Rsync backup + remote backup - Kika - 10-18-2009 08:44 AM

I updated this howto Wink


RE: [HowTo] Rsync backup + remote backup - marryroy01 - 11-09-2009 09:59 PM

I am using restore those files what I need via FTP because If Somebody want to restore something than usually he need only some little file what he can download and upload to the good place. It is good for the using automatic script.


RE: [HowTo] Rsync backup + remote backup - WuChEn - 11-18-2009 07:16 PM

Is there a way to restore full backup?

Or is the Customer Backup Menu not longer usable?

Greatz WuChEn


RE: [HowTo] Rsync backup&restore + remote backup - Kika - 11-21-2009 06:09 PM

I added the restore function to this howto. Smile


RE: [HowTo] Rsync backup&restore + remote backup - WuChEn - 11-21-2009 06:37 PM

Very very nice.
Thank you very much. Smile

Greatz WuChEn


RE: [HowTo] Rsync backup&restore + remote backup - WuChEn - 11-25-2009 05:14 AM

Note:
Small changes in ispcp-dsk-quota iss needed.
Because dsk-quota used /backups/domain.tld/ as used space.
So i have edited the

/var/www/ispcp/engine/quota/ispcp-dsk-quota

and added

--exclude="backups/$domain_name/*"

@ line 118

Greatz WuChEn


RE: [HowTo] Rsync backup&restore + remote backup - Kika - 11-25-2009 05:29 AM

this howto is containing this modification already, this is the last step of the backup Wink