[PLUG] BASH script make a backup...

michael at robinson-west.com michael at robinson-west.com
Sat Apr 4 18:45:28 UTC 2020


#!/bin/bash

$dump_dir="/home/Shared/backup/"
...
mkdir -v "$dump_dir"
...
I'm having problems making a directory in a bash script where the name is in a variable. What you are looking is snippets of a backup script I'm trying to write.

 -- Michael C. Robinson



More information about the PLUG mailing list