From d5f59d3ece22e6f2dba9220f9e8b10e30ebdfc48 Mon Sep 17 00:00:00 2001 From: Will Budic Date: Thu, 26 Feb 2026 18:46:27 +1100 Subject: [PATCH] upd. Comment about PGP_PASS --- linux-B_L_R_via_sshfs/backup.config | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/linux-B_L_R_via_sshfs/backup.config b/linux-B_L_R_via_sshfs/backup.config index 7e1b888..d66bbf8 100644 --- a/linux-B_L_R_via_sshfs/backup.config +++ b/linux-B_L_R_via_sshfs/backup.config @@ -10,7 +10,7 @@ TARGET="/mnt/$DEST_SERVER" # Set to IS_LOCAL=1 if for some reason is backing up on the same machine. # Reason could be to test things or target is another drive or device for now. -IS_LOCAL=0 +IS_LOCAL="false" DPATH=/usr/local/bin:/usr/bin:/bin EXT_ENC="tar.xz.enc" @@ -29,6 +29,7 @@ export XZ_DEFAULTS="-T 4 -9e" # # The following passcode of your backup you have to keep or memorize in case of a crash. # Supplied code 'AD-WB-2A-A5-62-BB' is open source and an example, a thing to change first. +# In the copy of this file to with cp ./backup.config ~/.config/backup.config GPG_PASS="AD-WB-2A-A5-62-BB" # # Modify following list of directories to backup according to your system. -- 2.34.1