automated-ebs-snapshots
automated-ebs-snapshots copied to clipboard
Script for managing automated AWS EBS snapshots
Closes: #41
Python 2 is End-of-Life as of 1st Jan 2020.
To work with Python 2 and 3 Added missing dependency update for https://github.com/skymill/automated-ebs-snapshots/commit/cb29dff8b4bdb30017854afc6c9e28e52b6daf64
Traceback (most recent call last): File "./automated-ebs-snapshots", line 29, in automated_ebs_snapshots.main() File "/data/automated-ebs-snapshots/automated_ebs_snapshots/__init__.py", line 159, in main volume_manager.watch_from_file(connection, args.watch_file) File "/data/automated-ebs-snapshots/automated_ebs_snapshots/volume_manager.py", line 206, in watch_from_file get_volume_id(connection, volume), File "/data/automated-ebs-snapshots/automated_ebs_snapshots/volume_manager.py", line...
First, this is an awesome python project. I have used it many times with great success. Second, I am having an issue :( I have a watch file where I...
Known issues connecting to the new us-east-2 (Ohio) region? I'm using the same IAM credentials previously used successfully with us-east-1. ``` 2016-10-22 16:49:07,905 - auto-ebs - INFO - Connecting to...
I know you can use volume names instead of volume IDs in the watch file, but is there a way to have this always look for the volume name? It...
Found a minor bug in the snapshot_manager.py files, which deleting manually created snapshot if description contain a volume id. File >>>> snapshot_manager.py I have updated this line snapshots = connection.get_all_snapshots(filters={'volume-id':...
AWS CLI tools has a widely supported [environment variables](http://docs.aws.amazon.com/cli/latest/userguide/cli-chap-getting-started.html#cli-environment) that should be supported by this tool too for make things easier if these variable already defined in the environment.
Hi, Would be nice with a way of setting up a backup system with high resolution for resent backups, and a lower resolution for longer period of time. What i...