diff options
author | mh <mh@immerda.ch> | 2008-07-01 18:33:27 +0000 |
---|---|---|
committer | mh <mh@immerda.ch> | 2008-07-01 18:33:27 +0000 |
commit | 15a84a819934f64d0550f24f4c06b3d3cb62d33f (patch) | |
tree | 0048099ba1aa2f7e30bf75973eaa4d92fac8817e /files/backup/CentOS | |
parent | b1e3145849abe271fe3eee75b45c39c1bf7ee689 (diff) |
removed unneeded files
Diffstat (limited to 'files/backup/CentOS')
-rw-r--r-- | files/backup/CentOS/mysql_backup.cron | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/files/backup/CentOS/mysql_backup.cron b/files/backup/CentOS/mysql_backup.cron deleted file mode 100644 index fed14fb..0000000 --- a/files/backup/CentOS/mysql_backup.cron +++ /dev/null @@ -1 +0,0 @@ -00 01 * * * root /usr/bin/mysqldump --all-databases --all | gzip > /var/lib/mysql/mysqldump.sql.gz && chmod 600 /var/lib/mysql/mysqldump.sql.gz |