I have a crontab that backs up my Mysql database, code as follows
mysqldump -u root --all-databases > /Volumes/BackupWeekly/mysql_backup.sql. This is the weekly, and i also have daily.
That is working fine. What i need to do now is have create a new folder each time it executes, because in it's current form it is overwriting the last file.
Twist
===========================================
Everything will be OK in the end.
If it's not OK, then it's not the end
mysqldump -u root --all-databases > /Volumes/BackupWeekly/mysql_backup.sql. This is the weekly, and i also have daily.
That is working fine. What i need to do now is have create a new folder each time it executes, because in it's current form it is overwriting the last file.
Twist
===========================================
Everything will be OK in the end.
If it's not OK, then it's not the end