Update formatting

This commit is contained in:
Enzo Moretti
2012-12-06 15:02:45 +01:00
committed by Chris Sewell
parent d346d3dece
commit 7c4e320d28

View File

@ -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 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 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. # automatic daily / weekly / monthly backup to S3.
0 3 * * * sh /home/youruser/mysqltos3.sh auto 0 3 * * * sh /home/youruser/mysqltos3.sh auto