Current time: 04-19-2024, 04:28 AM Hello There, Guest! (LoginRegister)


Post Reply 
[HowTo] Rsync backup&restore + remote backup
Author Message
rbravo Offline
Junior Member
*

Posts: 23
Joined: May 2009
Reputation: 0
Post: #11
RE: [HowTo] Rsync backup + remote backup
Perfect! good howto
05-12-2009 10:25 PM
Visit this user's website Find all posts by this user Quote this message in a reply
rbravo Offline
Junior Member
*

Posts: 23
Joined: May 2009
Reputation: 0
Post: #12
RE: [HowTo] Rsync backup + remote backup
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") {

;-)
05-13-2009 10:00 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Kika Offline
Member
***

Posts: 293
Joined: Feb 2007
Reputation: 8
Post: #13
RE: [HowTo] Rsync backup + remote backup
I repaired this error in the code, but i forget update the howto :S

Thanks Smile
(This post was last modified: 05-14-2009 03:48 AM by Kika.)
05-14-2009 03:48 AM
Find all posts by this user Quote this message in a reply
Kika Offline
Member
***

Posts: 293
Joined: Feb 2007
Reputation: 8
Post: #14
RE: [HowTo] Rsync backup + remote backup
I updated this howto Wink
10-18-2009 08:44 AM
Find all posts by this user Quote this message in a reply
marryroy01 Offline


Posts: 3
Joined: Nov 2009
Reputation: 0
Post: #15
RE: [HowTo] Rsync backup + remote backup
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.
11-09-2009 09:59 PM
Find all posts by this user Quote this message in a reply
WuChEn Offline
Junior Member
*

Posts: 192
Joined: Feb 2009
Reputation: 2
Post: #16
RE: [HowTo] Rsync backup + remote backup
Is there a way to restore full backup?

Or is the Customer Backup Menu not longer usable?

Greatz WuChEn
11-18-2009 07:16 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Kika Offline
Member
***

Posts: 293
Joined: Feb 2007
Reputation: 8
Post: #17
RE: [HowTo] Rsync backup&restore + remote backup
I added the restore function to this howto. Smile
11-21-2009 06:09 PM
Find all posts by this user Quote this message in a reply
WuChEn Offline
Junior Member
*

Posts: 192
Joined: Feb 2009
Reputation: 2
Post: #18
RE: [HowTo] Rsync backup&restore + remote backup
Very very nice.
Thank you very much. Smile

Greatz WuChEn
11-21-2009 06:37 PM
Visit this user's website Find all posts by this user Quote this message in a reply
WuChEn Offline
Junior Member
*

Posts: 192
Joined: Feb 2009
Reputation: 2
Post: #19
RE: [HowTo] Rsync backup&restore + remote backup
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
11-25-2009 05:14 AM
Visit this user's website Find all posts by this user Quote this message in a reply
Kika Offline
Member
***

Posts: 293
Joined: Feb 2007
Reputation: 8
Post: #20
RE: [HowTo] Rsync backup&restore + remote backup
this howto is containing this modification already, this is the last step of the backup Wink
(This post was last modified: 11-25-2009 05:31 AM by Kika.)
11-25-2009 05:29 AM
Find all posts by this user Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)