mirror of
https://github.com/ChrisSewell/MySQL-backup-to-Amazon-S3.git
synced 2025-07-01 18:47:26 -04:00
Update formatting
This commit is contained in:

committed by
Chris Sewell

parent
d346d3dece
commit
7c4e320d28
@ -56,6 +56,7 @@ But, we don't want to think about it until something breaks! So enter `crontab -
|
||||
0 3 1 * * sh /home/youruser/mysqltos3.sh month
|
||||
|
||||
Or, if you'd prefer to have the script determine the current date and day of the week, insert the following after editing the folders
|
||||
|
||||
# automatic daily / weekly / monthly backup to S3.
|
||||
0 3 * * * sh /home/youruser/mysqltos3.sh auto
|
||||
|
||||
|
Reference in New Issue
Block a user