Heisenberg submitted a new resource:
You must be registered for see links
- Export and Upload your Database to Offsite location with CronThese are 2 scripts I wrote to automate the nightly backup of my databases and upload them to a remote location via FTP.
There is a bash script that you call from cron at a time of your choice. This uses mysqldump to make a copy of your database, compress is usingYou must be registered for see links(adjust to bzip2 or gzip if you don't have pbzip2 installed), and then calls the upload.pl script to upload the file via FTP to the remote site (keeping 5 rolling days worth of...
You must be registered for see links
Last edited: