+10
-4
lines changedFilter options
+10
-4
lines changed Original file line number Diff line number Diff line change
@@ -496,9 +496,9 @@ func validateConfigurationFile(cfg *ini.File) error {
496
496
"dbname", "exclude_dbs", "include_dbs", "with_templates", "format",
497
497
"parallel_backup_jobs", "compress_level", "jobs", "pause_timeout",
498
498
"purge_older_than", "purge_min_keep", "checksum_algorithm", "pre_backup_hook",
499
-
"post_backup_hook", "encrypt", "cipher_pass", "encrypt_keep_source",
500
-
"upload", "purge_remote", "s3_region", "s3_bucket", "s3_endpoint", "s3_profile",
501
-
"s3_key_id", "s3_secret", "s3_force_path", "s3_tls", "sftp_host",
499
+
"post_backup_hook", "encrypt", "cipher_pass", "cipher_public_key", "cipher_private_key",
500
+
"encrypt_keep_source", "upload", "purge_remote", "s3_region", "s3_bucket", "s3_endpoint",
501
+
"s3_profile", "s3_key_id", "s3_secret", "s3_force_path", "s3_tls", "sftp_host",
502
502
"sftp_port", "sftp_user", "sftp_password", "sftp_directory", "sftp_identity",
503
503
"sftp_ignore_hostkey", "gcs_bucket", "gcs_endpoint", "gcs_keyfile",
504
504
"azure_container", "azure_account", "azure_key", "azure_endpoint", "pg_dump_options",
Original file line number Diff line number Diff line change
@@ -37,7 +37,7 @@ import (
37
37
"time"
38
38
)
39
39
40
-
var version = "2.3.0"
40
+
var version = "2.3.1"
41
41
var binDir string
42
42
43
43
type dump struct {
Original file line number Diff line number Diff line change
@@ -67,6 +67,12 @@ encrypt = false
67
67
# environment variable can be used alternatively.
68
68
cipher_pass =
69
69
70
+
# AGE public key for encryption; in Bech32 encoding starting with 'age1'
71
+
cipher_public_key =
72
+
73
+
# AGE private key for decryption; in Bech32 encoding starting with 'AGE-SECRET-KEY-1'
74
+
cipher_private_key =
75
+
70
76
# Keep original files after encrypting them.
71
77
encrypt_keep_source = false
72
78
You can’t perform that action at this time.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4