Skip to content

Commit 3879c00

Browse files
author
John
committed
Adding GPG encryption instructions
1 parent 71a3b6f commit 3879c00

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

automysqlbackup.conf

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -258,6 +258,12 @@ CONFIG_db_exclude_pattern=()
258258
# Choose a password to encrypt the backups.
259259
#CONFIG_encrypt_password='password0123'
260260

261+
# Do you wish to encrypt your backups using GPG?
262+
#CONFIG_gpg_encrypt='no'
263+
264+
# ID of the Public PGP Key to use. The key must already be in your keyring.
265+
#CONFIG_gpg_encrypt_recipient='SHORT_ID'
266+
261267
# Other
262268

263269
# Backup local files, i.e. maybe you would like to backup your my.cnf (mysql server configuration), etc.

0 commit comments

Comments
 (0)