update backup tools title

This commit is contained in:
Tobias Powalowski 2023-01-28 08:36:32 +01:00
parent 5bc0691a6b
commit 3963a78ea2
2 changed files with 3 additions and 3 deletions

View file

@ -8,7 +8,7 @@
_APPNAME=$(basename "${0}") _APPNAME=$(basename "${0}")
_usage() _usage()
{ {
echo -e "\033[1mWelcome to \033[34marchboot's\033[0m \033[1mCOPY MOUNTPOINTS:\033[0m" echo -e "\033[1mWelcome to \033[36mARCHBOOT\033[0m \033[1mCOPY MOUNTPOINTS:\033[0m"
echo -e "\033[1m---------------------------------------\033[0m" echo -e "\033[1m---------------------------------------\033[0m"
echo "- Copy mountpoint recursivly from one mountpoint to an other one," echo "- Copy mountpoint recursivly from one mountpoint to an other one,"
echo " using tar utility." echo " using tar utility."

View file

@ -7,8 +7,8 @@
_APPNAME=$(basename "${0}") _APPNAME=$(basename "${0}")
_usage() _usage()
{ {
echo -e "\033[1mWelcome to \033[34marchboot's\033[0m \033[1mRSYNC BACKUP:\033[0m" echo -e "\033[1mWelcome to \033[36mARCHBOOT\033[0m \033[1m - RSYNC BACKUP:\033[0m"
echo -e "\033[1m-----------------------------------\033[0m" echo -e "\033[1m--------------------------------------\033[0m"
echo -e "- Copy \033[1mbackupdir\033[0m to \033[1mbackupdestination\033[0m using rsync." echo -e "- Copy \033[1mbackupdir\033[0m to \033[1mbackupdestination\033[0m using rsync."
echo -e "- For system backup, start with \033[1mfull\033[0m mounted system and then invoke this script" echo -e "- For system backup, start with \033[1mfull\033[0m mounted system and then invoke this script"
echo -e " with system's root directory as \033[1mbackupdir\033[0m." echo -e " with system's root directory as \033[1mbackupdir\033[0m."