Module: DevArchive
- Defined in:
- lib/dev_archive.rb,
lib/dev_archive/cfg.rb,
lib/dev_archive/cli.rb,
lib/dev_archive/shell.rb,
lib/dev_archive/stores.rb,
lib/dev_archive/version.rb,
lib/dev_archive/archives.rb,
lib/dev_archive/formatters.rb,
lib/dev_archive/repositories.rb
Defined Under Namespace
Modules: Archives, Formatters, Repositories, Stores Classes: Cfg, Cli, Error, Shell, StoreBuilder
Constant Summary collapse
- DESCRIPTION =
<<~TEXT.chomp Save and restore snapshots of stateful services to a central archive. The default action is to backup all databases for the current rails apps, however, custom actions can easily be configured. See https://github.com/petekinnecom/dev_archive for the full README. TEXT
- VERSION =
"0.1.0"