#!/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
_______________________________________________
PLUG mailing list
PLUG@pdxlinux.org
http://lists.pdxlinux.org/mailman/listinfo/plug

Reply via email to