do_snapshot 0.0.9 → 0.0.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/lib/do_snapshot/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d3d032d3f0b49ab4934028b7cdf53afe136cb31d
|
|
4
|
+
data.tar.gz: 0a65ff53e0105584a803c22814837a43b30f231f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: cb714515796586f65b5d3d25a19a5aa54c281297eb7a00b6b1a259711eb577265ea73194728393d15602f149eecc6300a32a1372dcd86ecd98a0026025074979
|
|
7
|
+
data.tar.gz: 42939c0a5ef8789584e6f8b6afd80c23993c07378053fded1c80effdbfbcca8038421f46e870891c4003616733ba36b7790087b1abbb851ef205a77025b4a6ef
|
data/README.md
CHANGED
|
@@ -33,7 +33,7 @@ Ruby versions: 1.9.3 and higher. JRuby in 1.9 mode is also supported.
|
|
|
33
33
|
|
|
34
34
|
- First. I needed stable tool, which can provide for me automatic Snapshot feature for all of my Droplets via Cron planner.
|
|
35
35
|
- I don't want to think how much snapshots for each droplet i have.
|
|
36
|
-
- I don't wont to sleep when my droplets Offline!!! And i wanted tool which can
|
|
36
|
+
- I don't wont to sleep when my droplets Offline!!! And i wanted tool which can BOOT back droplets, which failed to snapshot.
|
|
37
37
|
- Also i want to understand what's going on if there some error. Mail is my choice. But logs also good.
|
|
38
38
|
- And ... sure ;) We want to do it fast as rocket! :)
|
|
39
39
|
- more more more...
|
data/lib/do_snapshot/version.rb
CHANGED