-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated README. Updated description. Prepared for release. Use quiet …
…only for Thor log.
- Loading branch information
Showing
3 changed files
with
11 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -39,7 +39,8 @@ First you may need to set DigitalOcean API keys: | |
```shell | ||
export DIGITAL_OCEAN_CLIENT_ID = "SOMEID" | ||
export DIGITAL_OCEAN_API_KEY = "SOMEKEY" | ||
``` | ||
``` | ||
|
||
If you want to set keys without environment, than set it via options: | ||
|
||
```shell | ||
|
@@ -76,11 +77,11 @@ Description: | |
|
||
--mail to:[email protected] from:[email protected] --smtp address:smtp.gmail.com user_name:someuser password:somepassword | ||
|
||
For more details look here: https://github.com/benprew/pony | ||
For more details look here: [https://github.com/benprew/pony](https://github.com/benprew/pony) | ||
|
||
Example: | ||
|
||
> $ do_snapshot --keep 5 | ||
> $ do_snapshot --keep 5 --quiet | ||
|
||
> $ do_snapshot --only 123456 1234567 --store 3 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,8 +8,8 @@ Gem::Specification.new do |spec| | |
spec.version = DoSnapshot::VERSION | ||
spec.authors = ['Alexander Merkulov'] | ||
spec.email = ['[email protected]'] | ||
spec.summary = %q{Snapshot runner for Digital Ocean droplets. Use it with Cron or other tools.} | ||
spec.description = %q{Snapshot runner for Digital Ocean droplets. Use it with Cron or other tools.} | ||
spec.summary = %q{Snapshot creator for Digital Ocean droplets. Use it with Cron or other tools.} | ||
spec.description = %q{Snapshot creator for Digital Ocean droplets. Use it with Cron or other tools.} | ||
spec.homepage = 'http://github.com/merqlove/do_snapshot' | ||
spec.license = 'MIT' | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters