script fix

This commit is contained in:
Karl Hudgell 2016-11-30 12:13:00 +00:00
parent 68ed344892
commit ffdcd83051

View File

@ -9,7 +9,7 @@ bomb () {
} }
# Default destination directory # Default destination directory
DSTDIR=/home/pi/ServerBackups/DeskPi DSTDIR=/home/pi/ServerBackups/
DEFAULT_DFILE="${DSTDIR}/pi.`uname -n`.`date +%Y%m%d%H%M%S`.backup.tar.gz" DEFAULT_DFILE="${DSTDIR}/pi.`uname -n`.`date +%Y%m%d%H%M%S`.backup.tar.gz"
# If we get a filename on the command line, use it instead of the default. # If we get a filename on the command line, use it instead of the default.