X-Git-Url: https://git.alrj.org/?p=brioche.git;a=blobdiff_plain;f=brioche.conf;fp=brioche.conf;h=39fa9d3a721018786f00b303dd085192f4d66bf2;hp=fd82863ddf9dd09fe16b323a2e31f05ce17758f2;hb=234cc50467cfd3c9adfbfd4a9d9ac1a5b10499bd;hpb=5430e18aa198b619dd5e4a812dccc96751aba970 diff --git a/brioche.conf b/brioche.conf index fd82863..39fa9d3 100644 --- a/brioche.conf +++ b/brioche.conf @@ -18,7 +18,8 @@ REPODIR="/backup" USAGE_WARN="80" # COMPRESS: What kind of compression should tar use. -# Can be "gz", "bz2" or "lzma". Make sure your version of tar understands it. +# Can be "none", "gz", "bz2" or "lzma". Make sure your version of tar +# understands lzma if you want to use it. COMPRESS="gz" # TAR_OPTS: Additionnal options to the tar invocation. @@ -35,6 +36,15 @@ SNAPSHOT_NAME="brioche-snapshot" # automatically, rendering the backup unusable. SNAPSHOT_SIZE="5G" +# USE_GPG: Encrypt all the tar archives with GnuPG +USE_GPG="no" + +# GPG_KEY: The *target* GnuPG public key to use +GPG_KEY="12345678" + +# GPG_PASSPHRASE: The passphrase for the backup private key +GPG_PASSPHRASE="This is the backup passphrase" + # USE_FTP: Mirror the local backup directory on a remote FTP USE_FTP="yes"