format
This commit is contained in:
parent
ca8d3f5b4e
commit
88e047e56a
@ -14,7 +14,7 @@ done
|
||||
export -f sync
|
||||
|
||||
prune(){
|
||||
echo -e "\n\n🄳 🄾 🄲 🄺 🄴 🅁 🄿 🅁 🅄 🄽 🄴"
|
||||
echo -e "\n\n🄿 🅁 🅄 🄽 🄴"
|
||||
echo "Pruned Docker Images"
|
||||
docker image prune -af | grep "^Total" || echo "Failed to Prune Docker Images"
|
||||
}
|
||||
|
@ -146,8 +146,7 @@ done
|
||||
[[ "$restore" == "true" ]] && restore && exit
|
||||
[[ "$mount" == "true" ]] && mount && exit
|
||||
if [[ "$backup" == "true" && "$sync" == "true" ]]; then # Run backup and sync at the same time
|
||||
echo "Running the following two tasks at the same time"
|
||||
echo "------------------------------------------------"
|
||||
echo "🅁 🅄 🄽 🄽 🄸 🄽 🄶 🅃 🄰 🅂 🄺 🅂 :"
|
||||
echo -e "Backing up ix-applications dataset\nSyncing catalog(s)"
|
||||
echo -e "This can take a LONG time, please wait for the output..\n"
|
||||
backup &
|
||||
|
Loading…
Reference in New Issue
Block a user