Skip to content

Commit

Permalink
head > Wall
Browse files Browse the repository at this point in the history
  • Loading branch information
keithhubner committed May 3, 2024
1 parent a375d69 commit c5a56a3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions backup_script.sh
Expand Up @@ -78,13 +78,13 @@ function cleanup() {
}

function main() {
create_directorys
run_backup
run_s3_backup
cleanup
create_directorys 2>&1 | tee -a $LOGFILE
run_backup 2>&1 | tee -a $LOGFILE
run_s3_backup 2>&1 | tee -a $LOGFILE
cleanup 2>&1 | tee -a $LOGFILE
}

main 2>&1 | tee -a $LOGFILE # watch the log file for errors
# main 2>&1 | tee -a $LOGFILE # watch the log file for errors



Expand Down

0 comments on commit c5a56a3

Please sign in to comment.