Question: why is this not working? GNU nano 5.4 backup.sh i!! /bin/bash echo running backup script backup_dir=/home/michael/work/backups mkdir -p Sbackup_dir declare -a directories=(Documents Music Pictures) for

why is this not working?
GNU nano 5.4 backup.sh i!! /bin/bash echo "running backup script" backup_dir="/home/michael/work/backups mkdir -p "Sbackup_dir" declare -a directories=("Documents" "Music" "Pictures") for dir in "\$\{diectories[@]\}"; do srcdir="/home/michael/Sdir backup_file="Sbackup_dir/Sdir-S(date -I) -archive.tgz" tar -czvf "Sbackup_file" "Ssrcdir" [ Wrote 14 lines] He lp Write out Where Is K Cut T Execute C Location Exit R Read File Replace Nu Paste J Justify ^_Go To Line
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
