Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 520 Bytes

README.md

File metadata and controls

29 lines (23 loc) · 520 Bytes

Benten

A simple utility to backup media to a B2 instance.

For help on how to use the app, you can run benten -h.

Usage

There are 3 ways to run the script:

make run
# script should run from root of repo
./benten.go

Local Binary

make build
# binary should be accessible from the root of the repo
./benten

GOPATH Binary

make install
# binary should be accessible from anywhere
benten