From fe6101a532e9e35da2485ee2134d78afa2510cea Mon Sep 17 00:00:00 2001 From: Gregory Ballantine Date: Thu, 3 Sep 2026 13:02:19 -0400 Subject: [PATCH] Added actual backup functionality via rclone --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index f110101..89cc0c4 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,22 @@ You may modify the behavior with these additional flags: * `-w ` - the number of worker threads to use to backup (default is **4**) * `-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 This project is available under the BSD 3-Clause license.