feat: add encrypt backup using public key, migrate gpg to go gpg dependency

This commit is contained in:
Jonas Kaninda
2024-10-08 23:02:46 +02:00
parent dabba2050a
commit fe05fe5110
10 changed files with 357 additions and 105 deletions

View File

@@ -18,6 +18,7 @@ var (
storagePath = "/backup"
disableCompression = false
encryption = false
usingKey = false
)
// dbHVars Required environment variables for database