Results 1 to 2 of 2
Like Tree1Likes
  • 1 Post By resilientclan

Thread: Cron + MySQL Backup

  1. #1
    resilientclan is offline x10Hosting Member
    Join Date
    Dec 2011
    Posts
    1

    Cron + MySQL Backup

    Hey x10!

    So I have this cron job, with this command:
    Code:
    mysqldump -user=rgclan_db1 --password=MYPASSWORD --all-databases | gzip > /home/rgclan/backups/sql_`date %m-%d-%Y'`.sql.gz
    with intent to just dump and compress my MySQL databases.

    The problem is all I get is a 20 byte empty .gz file.

    Anybody have some insight as to what could cause this? Maybe someone can give me a working line?

    ---------- Post added at 11:33 AM ---------- Previous post was at 11:30 AM ----------

    Forum isn't letting me edit that last post...
    this is the actual line:

    Code:
    mysqldump -user=rgclan_db1 --password=MYPASSWORD --all-databases | gzip > /home/rgclan/backups/sql_`date +%m-%d-%Y'`.sql.gz
    alfred4w likes this.

  2. #2
    GtoXic is offline x10 Support
    Join Date
    Apr 2010
    Posts
    637

    Re: Cron + MySQL Backup

    OK, I took a final look when you left IRC and I have the code that works for me which should also work on the x10 servers.

    Code:
    mysqldump -uUSER --password=PASSWORD --all-databases | gzip > path/to/directory/sql_`date +%m-%d-%Y`.sql.gz
    GtoXic | x10Hosting Technical Support
    █ john.h[@]x10hosting.com
    x10Hosting - Giving Away Hosting Since 2004
    Premium Hosting | VPS Services

Similar Threads

  1. Cron auto backup DB?
    By magicstruck44 in forum Scripts, 3rd Party Apps, and Programming
    Replies: 3
    Last Post: 09-20-2011, 09:04 AM
  2. Cron jobs auto backup mysql?
    By magicstruck44 in forum Free Hosting
    Replies: 1
    Last Post: 08-31-2011, 05:31 AM
  3. Cron job to backup database
    By Markstar in forum Scripts, 3rd Party Apps, and Programming
    Replies: 4
    Last Post: 06-28-2010, 06:45 AM
  4. FTP backup cron job?
    By componentwarehouse in forum Scripts, 3rd Party Apps, and Programming
    Replies: 3
    Last Post: 07-05-2008, 12:28 PM
  5. Scritp+backup+cron
    By davidbe in forum Free Hosting
    Replies: 4
    Last Post: 02-12-2007, 02:30 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
dedicated servers