feat: add multi backup

This commit is contained in:
Jonas Kaninda
2024-10-09 08:32:51 +02:00
parent 0c3a9b323b
commit 1df1c46a96
5 changed files with 144 additions and 7 deletions

1
go.mod
View File

@@ -10,6 +10,7 @@ require (
github.com/robfig/cron/v3 v3.0.1
github.com/spf13/cobra v1.8.0
golang.org/x/crypto v0.28.0
gopkg.in/yaml.v3 v3.0.1
)
require (