An open API service indexing awesome lists of open source software.

https://github.com/silocitylabs/b2backup

A golang daemon for Backblaze's B2 storage
https://github.com/silocitylabs/b2backup

b2 backblaze backblaze-b2 go golang

Last synced: 4 months ago
JSON representation

A golang daemon for Backblaze's B2 storage

Awesome Lists containing this project

README

          

# B2Backups

A golang client for Backblaze's B2 storage. This is a work in progress, Currently only uploads file changes.

See Issues for Work in Progress

## Usage

Some simple examples to get you started. Errors are ommitted for brevity.

Initialize a folder
~~~
b2backup -init=
~~~

Startup
~~~
./b2backup
~~~

AutoStart
~~~
systemctl link /path/to/b2backup.service
systemctl enable b2backup
~~~