Current time: 06-23-2024, 12:29 PM Hello There, Guest! (LoginRegister)


Post Reply 
Tägliche Backups
Author Message
klecar2 Offline
Junior Member
*

Posts: 10
Joined: Sep 2008
Reputation: 0
Post: #1
Tägliche Backups
Hallo,

ich hab zwar im forum schon gesucht und auch was gefunden aber das scheint schon zu alt zu sein.

und zwar soll isp keine backups mehr machen meiner domains bzw aller domains sondern nur mysql backups kann mir jemand sagen wie ich das backup script anpassen muss?


Version RC6

Vielen Dank

MFG Carsten
10-01-2008 11:32 PM
Find all posts by this user Quote this message in a reply
klecar2 Offline
Junior Member
*

Posts: 10
Joined: Sep 2008
Reputation: 0
Post: #2
RE: Tägliche Backups
was passiert wenn ich das backup script einfach lösche ? oder ist das kein gute idde ?
10-02-2008 07:05 PM
Find all posts by this user Quote this message in a reply
Zothos Offline
Release Manager
*****
Dev Team

Posts: 1,262
Joined: Feb 2007
Reputation: 10
Post: #3
RE: Tägliche Backups
wenn du nur mysql backups haben möchtest, deaktivier das backupscript im cron.
Und lasse wie ich automysqlbackup laufen.

-> http://members.lycos.co.uk/wipe_out/automysqlbackup/
10-02-2008 08:33 PM
Find all posts by this user Quote this message in a reply
joximu Offline
helper
*****
Moderators

Posts: 7,024
Joined: Jan 2007
Reputation: 92
Post: #4
RE: Tägliche Backups
AFAIK kann man die Backus auch in der ispcp.conf unterbinden...
10-03-2008 08:05 AM
Visit this user's website Find all posts by this user Quote this message in a reply
ZooL Offline
Moderator
*****
Moderators

Posts: 3,429
Joined: Jan 2007
Reputation: 79
Post: #5
RE: Tägliche Backups
ich denke eventuell noch nicht sonst hätte Zothos dies bestimmt erwähnt...


mfg
10-03-2008 10:10 AM
Visit this user's website Find all posts by this user Quote this message in a reply
joximu Offline
helper
*****
Moderators

Posts: 7,024
Joined: Jan 2007
Reputation: 92
Post: #6
RE: Tägliche Backups
Code:
if ($main::cfg{'BACKUP_ISPCP'} ne 'yes') {

        push_el(\@main::el, 'lock_backup_ispcp_system()', 'NOTICE: domain backups are disabled');

        return 2;
    }

Code:
if ($main::cfg{'BACKUP_DOMAINS'} ne 'yes') {

        push_el(\@main::el, 'lock_backup_all_system()', 'NOTICE: domain backups are disabled');

        return 2;
    }

Kürzlich war ein Post hier im Forum, bei dem gingen die Backups nicht, weil die zwei Variablen nicht auf 'yes' waren...

/J
10-03-2008 05:20 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Post Reply 


Forum Jump:


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