Rename & Document backup.sh => backup_all.sh

This commit is contained in:
Tom Wiesing 2022-03-30 15:10:44 +02:00
parent 215949bada
commit 1d57c95815
No known key found for this signature in database
GPG key ID: DC1F29F2BC78AB15
3 changed files with 38 additions and 6 deletions

View file

@ -17,7 +17,7 @@ fi;
# Backup
log_info " => Running backup, this will take a long time"
bash backup.sh
bash backup_all.sh
# system install
log_info " => Reinstalling system"