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
- Host: GitHub
- URL: https://github.com/oada/oada-backups
- Owner: OADA
- Created: 2020-03-15T02:44:41.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-05T04:50:23.000Z (about 6 years ago)
- Last Synced: 2025-01-03T21:43:36.708Z (over 1 year ago)
- Language: Shell
- Size: 3.91 KB
- Stars: 1
- Watchers: 12
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 .
```