This commit is contained in:
2026-07-21 10:27:39 +01:00
parent 22178fa47a
commit e302605d47
6 changed files with 31 additions and 33 deletions
+5 -7
View File
@@ -19,14 +19,12 @@ function banner() {
fi
}
# https://patorjk.com/software/taag/#p=display&f=Small+Slant
cat << 'EOF'
__ __ _
/ /_/ / (_)__ ___ ___ __
/ __/ _ \/ / _ \/ _ `/ // /
\__/_//_/_/_//_/\_, /\_, /
/___//___/
..... brought to you by futile
__ __
___ _/ /____ __ _ / /____ _ _____
/ _ `/ __/ _ \/ ' \_/ __/ _ \ |/|/ / _ \
\_,_/\__/\___/_/_/_(_)__/\___/__,__/_//_/
..... brought to you by futile
EOF
+1 -1
View File
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
set -euo pipefail
WORKING_DIR="/home/admin/thingy" # todo: better
WORKING_DIR="/home/admin/atom.town" # todo: better
LOG_FILE="/var/log/volume-backup.log"
function log() {