Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 883 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 883 Bytes

VScale backup service

Go Report Card Docker Hub Pulls

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