Update backup_all.sh script

This commit is contained in:
Tom Wiesing 2022-03-30 15:19:46 +02:00
parent 1d57c95815
commit 266521d6e5
No known key found for this signature in database
GPG key ID: DC1F29F2BC78AB15
2 changed files with 27 additions and 18 deletions

View file

@ -80,7 +80,7 @@ function do_the_backup() {
}
# do the actual backup, writing it to a file
do_the_backup 2>&1 | tee "$BACKUP_LOG_FILE.log"
do_the_backup 2>&1 | tee "$BACKUP_LOG_FILE"
# list before packaging
log_info " => All backup files have been collected"