Skip to content

sas1024/vscale-backup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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