An open API service indexing awesome lists of open source software.

https://github.com/oada/oada-backups

OADA optional service that backs up arangodb to a docker volume every day with smart maintenance of old backups
https://github.com/oada/oada-backups

Last synced: over 1 year ago
JSON representation

OADA optional service that backs up arangodb to a docker volume every day with smart maintenance of old backups

Awesome Lists containing this project

README

          

# oada-backups

A microservice to backup the arangodb contents every night, saving them to a docker volume. The service rolls
backups, keeping 7 recent daily backups, and then 1 per month for the current year and 1 per year for past years.

## Installation
```bash
cd /path/to/your/oada-srvc-docker
cd services-available
git clone https://github.com/OADA/oada-backups.git
cd ../services-enabled
ln -s ../services-available/oada-backups .
```