Re: [RDD] Rivendell MySQL Database Backup from Linux Command Line?

2012-07-31 Thread Wayne Merricks
Just to add to this, I use this via cron: mysqldump -u root -pPASSWORD_HERE --compress Rivendell | gzip -9 -c > /media/backup/Rivendell_Backup/db/$(date +%Y-%m-%d).sql.gz I have a SAMBA share from another server mounted to /media/backup/Rivendell_Backup (via /etc/fstab) This command does th

Re: [RDD] Rivendell MySQL Database Backup from Linux Command Line?

2012-07-31 Thread Brooks Whiteford
Bill, Try this: mysqldump -u ** -p ** ** > dumpfilename.sql Thanks, Brooks On Tue, Jul 31, 2012 at 12:48 PM, Bill Putney wrote: > This has probably already been covered lots of times. > > I want to make a crontab entry to backup the Rivendell MySQL database. > Anyone know what that comman

[RDD] Rivendell MySQL Database Backup from Linux Command Line?

2012-07-31 Thread Bill Putney
This has probably already been covered lots of times. I want to make a crontab entry to backup the Rivendell MySQL database. Anyone know what that command line would look like? Thanks, Bill Putney - KPTZ Port Townsend, WA ___ Rivendell-dev mailing li