Fixed various bugs
backup.sh / bash (push) Successful in 12s Details

This commit is contained in:
Marco Cetica 2024-04-04 12:02:58 +02:00
parent ae78d9fd87
commit 83b9def6f9
Signed by: marco
GPG Key ID: 45060A949E90D0FD
1 changed files with 1 additions and 1 deletions

View File

@ -133,7 +133,7 @@ make_backup() {
--cipher-algo=AES256 \
--no-symkey-cache \
--pinentry-mode=loopback \
--batch --passphrase "$BACKUP_SH_PASS" \
--batch --passphrase-fd 3 3<<< "$BACKUP_SH_PASS" \
--output "$BACKUP_SH_FILENAME" \
"$BACKUP_SH_OUTPATH/backup.sh.tar.gz" > /dev/null 2>&1