Skip to content

Commit 28bcc7d

Browse files
committed
docs(backing_up_data): Add community tools for reference
1 parent 8b61adc commit 28bcc7d

2 files changed

Lines changed: 11 additions & 2 deletions

File tree

contrib/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ Some of these projects are listed below. This is not an exhaustive list.
1818

1919
Please add to this list by opening a pull request!
2020

21+
### Backup Tools
22+
* [Deis Backup and Restore](https://github.com/myriadmobile/deis-backup-restore) by [@croemmich](https://github.com/croemmich) - Container to backup and restore etcd, database, registry, and logs to/from any S3 compatible store.
23+
* [deis-backup-service](https://github.com/mozilla/deis-backup-service) by [@glogiotatidis](https://github.com/glogiotatidis) - Container to backup the database and registry. Uses s3cmd behind the scenes and supports data encryption.
24+
2125
### Deis API Clients
2226
* [Node.js](https://github.com/aledbf/deis-api) by [@aledbf](https://github.com/aledbf) - node.js Deis API wrapper
2327

@@ -30,8 +34,6 @@ Please add to this list by opening a pull request!
3034

3135
### CoreOS Unit Files
3236
* [CoreOS unit files](https://github.com/ianblenke/coreos-vagrant-kitchen-sink/tree/master/cloud-init) by [@ianblenke](https://github.com/ianblenke) - Unit files to launch various services on CoreOS hosts
33-
* [Deis Backup and Restore](https://github.com/myriadmobile/deis-backup-restore) by [@croemmich](https://github.com/croemmich) - Container to backup and restore etcd, database, registry, and logs to/from any S3 compatible store
34-
* [deis-backup-service](https://github.com/mozilla/deis-backup-service) by [@glogiotatidis](https://github.com/glogiotatidis) - Unit Files to automatically backup to S3 database and registry data.
3537
* [Docker S3 Cleaner](https://github.com/myriadmobile/docker-s3-cleaner) by [@croemmich](https://github.com/croemmich) - Unit file to remove orphaned image layers from S3 backed private docker registries
3638
* [New Relic unit for CoreOS](https://github.com/lorieri/coreos-newrelic) by [@lorieri](https://github.com/lorieri) - A global unit to launch New Relic sysmond
3739

docs/managing_deis/backing_up_data.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,13 @@ use in the ``export`` command should correspond to the IP of the host machine wh
217217
218218
That's it! The cluster should be fully restored.
219219

220+
Tools
221+
-----
222+
223+
Various community members have developed tools to assist in automating the backup and restore process outlined above.
224+
Information on the tools can be found on the `Community Contributions`_ page.
225+
220226
.. _`Ceph`: http://ceph.com
221227
.. _`download s3cmd`: http://s3tools.org/download
228+
.. _`Community Contributions`: https://github.com/deis/deis/blob/master/contrib/README.md#backup-tools
222229
.. _`s3cmd`: http://s3tools.org/

0 commit comments

Comments
 (0)