From d346d3deceae5cf823ad3b92ddb60ea674fec4bb Mon Sep 17 00:00:00 2001 From: Chris Sewell Date: Mon, 3 Dec 2012 06:50:54 -0500 Subject: [PATCH] Edit readme with instructions for auto period selection --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 43d236d..36896b9 100644 --- a/README.md +++ b/README.md @@ -55,10 +55,14 @@ But, we don't want to think about it until something breaks! So enter `crontab - # monthly MySQL backup to S3 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 + And you're set. Troubleshooting --------------- -None yet. \ No newline at end of file +None yet.