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
3
3
4
4
A monkey that makes sure you have a backup of your EBS volumes in case something goes wrong.
5
5
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.
7
7
8
8
This script is designed to be run on a schedule, probably by CRON.
9
9
@@ -76,8 +76,8 @@ About Answers for AWS
76
76
77
77
This code was written by `Peter
78
78
Sankauskas <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
81
81
with AWS, please `contact us <http://answersforaws.com/contact/ >`__.
82
82
83
83
Original file line number Diff line number Diff line change 13
13
# limitations under the License.
14
14
15
15
__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