Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added link to wiki guides on installing #28

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions README.textile
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,11 @@ On Ubuntu, the *ec2-expire-snapshots* package can be installed directly from the
sudo apt-get install -y ec2-expire-snapshots
</pre>

Installing on other distros is possible as long as you install the required dependencies beforehand.

For specific guides (e.g. *CentOS / RHEL*) see the Wiki:
https://github.com/alestic/ec2-expire-snapshots/wiki

h1. DESCRIPTION

This program deletes expired EBS snapshots of the specified EBS volumes on Amazon EC2. Different expiration strategies and specifications are supported.
Expand Down