feat: add backup encryption using public key and decryption using private key
This commit is contained in:
@@ -18,6 +18,7 @@ var (
|
||||
storagePath = "/backup"
|
||||
disableCompression = false
|
||||
encryption = false
|
||||
usingKey = false
|
||||
)
|
||||
|
||||
// dbHVars Required environment variables for database
|
||||
|
||||
Reference in New Issue
Block a user