This commit is contained in:
parent
ae78d9fd87
commit
83b9def6f9
@ -133,7 +133,7 @@ make_backup() {
|
|||||||
--cipher-algo=AES256 \
|
--cipher-algo=AES256 \
|
||||||
--no-symkey-cache \
|
--no-symkey-cache \
|
||||||
--pinentry-mode=loopback \
|
--pinentry-mode=loopback \
|
||||||
--batch --passphrase "$BACKUP_SH_PASS" \
|
--batch --passphrase-fd 3 3<<< "$BACKUP_SH_PASS" \
|
||||||
--output "$BACKUP_SH_FILENAME" \
|
--output "$BACKUP_SH_FILENAME" \
|
||||||
"$BACKUP_SH_OUTPATH/backup.sh.tar.gz" > /dev/null 2>&1
|
"$BACKUP_SH_OUTPATH/backup.sh.tar.gz" > /dev/null 2>&1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user