Added actual backup functionality via rclone
This commit is contained in:
@@ -22,6 +22,22 @@ You may modify the behavior with these additional flags:
|
|||||||
* `-w <NUMBER>` - the number of worker threads to use to backup (default is **4**)
|
* `-w <NUMBER>` - the number of worker threads to use to backup (default is **4**)
|
||||||
* `-v` - enable verbose console logging
|
* `-v` - enable verbose console logging
|
||||||
|
|
||||||
|
## Development
|
||||||
|
|
||||||
|
### Requirements
|
||||||
|
|
||||||
|
* Go 1.25
|
||||||
|
|
||||||
|
### Building
|
||||||
|
|
||||||
|
You can build Goblin Store using `go build`:
|
||||||
|
|
||||||
|
`go build`
|
||||||
|
|
||||||
|
And then run the binary:
|
||||||
|
|
||||||
|
`./goblin-store backup ...`
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
This project is available under the BSD 3-Clause license.
|
This project is available under the BSD 3-Clause license.
|
||||||
|
|||||||
Reference in New Issue
Block a user