Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fourjuaneight/benten
:floppy_disk: A simple utility to backup media to a B2 instance.
https://github.com/fourjuaneight/benten
backblaze-b2 golang
Last synced: about 1 month ago
JSON representation
:floppy_disk: A simple utility to backup media to a B2 instance.
- Host: GitHub
- URL: https://github.com/fourjuaneight/benten
- Owner: fourjuaneight
- License: mit
- Created: 2023-05-18T18:23:53.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-05-22T16:19:31.000Z (over 1 year ago)
- Last Synced: 2024-06-19T16:18:18.909Z (7 months ago)
- Topics: backblaze-b2, golang
- Language: Go
- Homepage:
- Size: 34.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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:### [Gorun](https://github.com/erning/gorun#how-to-build-and-install-gorun-from-source)
```sh
make run
# script should run from root of repo
./benten.go
```### Local Binary
```sh
make build
# binary should be accessible from the root of the repo
./benten
```### GOPATH Binary
```sh
make install
# binary should be accessible from anywhere
benten
```