This commit is contained in:
2021-05-12 11:31:55 +02:00
parent 918220ba07
commit cecb09a12e
8 changed files with 182 additions and 4 deletions

View File

@@ -39,4 +39,4 @@ touch /var/spool/cron/crontabs/root
crontab -l > /tmp/mycron
echo "30 2 */2 * * /usr/local/bin/mysqlbackup.sh" >> /tmp/mycron
crontab /tmp/mycron
rm /tmp/mycron
rm -f /tmp/mycron