Skip to content

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

Notifications You must be signed in to change notification settings

OADA/oada-backups

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

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 .

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published