File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ Backup Monkey
33
44A monkey that makes sure you have a backup of your EBS volumes in case something goes wrong.
55
6- It is designed specifically for Amazon Web Services (AWS), and using Python and Boto.
6+ It is designed specifically for Amazon Web Services (AWS), and uses Python and Boto.
77
88This script is designed to be run on a schedule, probably by CRON.
99
@@ -76,8 +76,8 @@ About Answers for AWS
7676
7777This code was written by `Peter
7878Sankauskas <https://twitter.com/pas256> `__, founder of `Answers for
79- AWS <http://answersforaws.com/> `__ - a company focused on helping business learn
80- how to use AWS, without doing it the hard way. If you are looking for help
79+ AWS <http://answersforaws.com/> `__ - a company focused on helping businesses
80+ learn how to use AWS, without doing it the hard way. If you are looking for help
8181with AWS, please `contact us <http://answersforaws.com/contact/ >`__.
8282
8383
Original file line number Diff line number Diff line change 1313# limitations under the License.
1414
1515__author__ = 'Peter Sankauskas'
16- __version__ = '0.9.0 '
16+ __version__ = '0.9.1 '
You can’t perform that action at this time.
0 commit comments