Skip to content

sparrc/stash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stash Backup Circle CI

A command-line backup tool in a similar vein to Arq, but aiming to be controlled completely from a CLI rather than a UI, and with full support for linux & mac.

Currently planned to support Amazon (S3, glacier) and Google cloud storage.

To Use:

Install Go:

brew install go

or

sudo apt-get install golang

Install stash:

go get github.com/sparrc/stash/...

Add a backup destination:

stash destination add

View all backup destinations:

stash destination list

Add folder to an existing backup destination (not working yet):

stash folder add

To Contribute:

First Setup your $GOPATH and go environment

Get stash:

go get github.com/sparrc/stash/...

Go to source directory:

cd $GOPATH/src/github.com/sparrc/stash

Run tests (from root dir)

go test ./...

Re-compile and install binaries

go install ./...

OR compile and run directly

go run cmd/stashd/main.go

About

Stash backup tool

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published