VScale backup service
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.
Installation
To install vscale backup service use go get:
go get -u github.com/sas1024/vscale-backup
Running via CLI
vscale-backup -token "vscale-api-token" -expiration "48h" -cron "3 15 * * *"
Running via Docker
docker run -it -e "API_TOKEN=<vscale-api-token>" -e "BACKUP_EXPIRATION=48h" -e "CRON=3 15 * * *" sas1024/vscale-backup