Update backup_all.sh script
This commit is contained in:
parent
1d57c95815
commit
266521d6e5
2 changed files with 27 additions and 18 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue