Search results

  1. R

    Cron + MySQL Backup

    Hey x10! So I have this cron job, with this command: 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...
Top