This backup service creates new and automatically removes old backups for Vscale instances.
It uses Vscale API for all operations and requires API token with write access.
To install vscale backup service use go get:
go get -u github.com/sas1024/vscale-backup
vscale-backup -token "vscale-api-token" -expiration "48h" -cron "3 15 * * *"
docker run -it -e "API_TOKEN=<vscale-api-token>" -e "BACKUP_EXPIRATION=48h" -e "CRON=3 15 * * *" sas1024/vscale-backup