Previous Thread
Next Thread
Print Thread
Rate Thread
#229321 12/13/2002 9:08 PM
Joined: Feb 2002
Posts: 950
Hacker
Hacker
Offline
Joined: Feb 2002
Posts: 950
I'd like to schedule a nightly backup of my database. Does anyone have an example of the cron/mysqldump which would create a new backup with the date in the name (or unique name) so I can keep a weeks worth?

Sponsored Links
gailg #229322 12/13/2002 9:22 PM
Joined: Feb 2002
Posts: 950
Hacker
Hacker
Offline
Joined: Feb 2002
Posts: 950
#!/bin/sh
date=`date -I`
/usr/bin/mysqldump --opt -h localhost -uuser -ppass database > /home/sites/backups/forums-$date.sql

This is the command I have that creates a complete backup. Just curious is anyone is doing anything special (like locking the database) ot anything else?

Last edited by extremebikini; 12/13/2002 9:39 PM.
gailg #229323 12/13/2002 10:26 PM
Joined: Apr 2002
Posts: 1,768
Addict
Addict
Offline
Joined: Apr 2002
Posts: 1,768
I wrote an Apache module which "disables" the web server if a certain file exists. By disabling the web server, I mean that any HTTP requests are responded to with a simple "down for maintenance" page. My cron table entry creates that file, does the backup, and then deletes the file.

That may be overkill, but I couldn't think of another method.

gailg #229324 12/17/2002 3:35 PM
Joined: Mar 2002
Posts: 15
Newbie
Newbie
Offline
Joined: Mar 2002
Posts: 15
I found a backup script at http://worldcommunity.com/opensource/utilities/mysql_backup.html
It creates a file with the date as part of the name.
Also deletes the backups over x number of days old.

Greg


Link Copied to Clipboard
Donate Today!
Donate via PayPal

Donate to UBBDev today to help aid in Operational, Server and Script Maintenance, and Development costs.

Please also see our parent organization VNC Web Services if you're in the need of a new UBB.threads Install or Upgrade, Site/Server Migrations, or Security and Coding Services.
Recommended Hosts
We have personally worked with and recommend the following Web Hosts:
Stable Host
bluehost
InterServer
Visit us on Facebook
Member Spotlight
Posts: 70
Joined: January 2007
Forum Statistics
Forums63
Topics37,573
Posts293,925
Members13,849
Most Online5,166
Sep 15th, 2019
Today's Statistics
Currently Online
Topics Created
Posts Made
Users Online
Birthdays
Top Posters
AllenAyres 21,079
JoshPet 10,369
LK 7,394
Lord Dexter 6,708
Gizmo 5,833
Greg Hard 4,625
Top Posters(30 Days)
Top Likes Received
isaac 82
Gizmo 20
Brett 7
WebGuy 2
Morgan 2
Top Likes Received (30 Days)
None yet
The UBB.Developers Network (UBB.Dev/Threads.Dev) is ©2000-2024 VNC Web Services

 
Powered by UBB.threads™ PHP Forum Software 8.0.0
(Preview build 20240506)