Forums / General Questions / Automated Nightly DB Backup Script?

Automated Nightly DB Backup Script?

Locked
Results 1 to 6 of 6
This thread is locked. New replies are disabled.
23 Jun 2008, 03:10
#1
saschwarz avatar

saschwarz

New Zenner

Join Date:
Feb 2008
Posts:
8
Plugin Contributions:
0

Automated Nightly DB Backup Script?

I'm using the database backup plugin from within the Admin screens to manually create database backups before/after modifications.

But I'd like to set up a cron job that I can run each night that:
1. puts my store into maintenance mode
2. does a full database dump to the local file system (I use rsync to copy the daily diffs to a remote server)
3. puts my store back into production

I figured this must be a common need but after searching the forums I didn't find anything. I was hoping someone could share their solution?

Best Regards,
Steve
23 Jun 2008, 03:58
#2
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Posts:
31,500
Plugin Contributions:
4

Re: Automated Nightly DB Backup Script?

I can email you one that does all but not the maint mode that you can cron

email m via my sig
27 Jun 2008, 11:42
#3
saschwarz avatar

saschwarz

New Zenner

Join Date:
Feb 2008
Posts:
8
Plugin Contributions:
0

Re: Automated Nightly DB Backup Script?

Thanks a lot kobra.

It took me a while to find it but there is also this script which emails the compressed backup to the specified email address:
http://www.zen-cart.com/forum/showthread.php?t=60074
27 Jun 2008, 17:45
#4
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Posts:
31,500
Plugin Contributions:
4

Re: Automated Nightly DB Backup Script?

The one I sent you also does this:

Find this in the file and change to your email address

# Email Address to send mail to? ([email protected])
MAILADDR="[email protected]"
27 Jun 2008, 19:17
#5
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,506
Plugin Contributions:
173

Re: Automated Nightly DB Backup Script?

kobra:

I can email you one that does all but not the maint mode that you can cron

Perhaps posting it publicly may allow others to benefit from it as well.
27 Jun 2008, 21:02
#6
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Posts:
31,500
Plugin Contributions:
4

Re: Automated Nightly DB Backup Script?

DrByte,

Check your mail