*** empty log message ***

This commit is contained in:
François Pinard
1994-11-16 02:48:44 +00:00
parent 2a4e22fb26
commit 10b4901399
3 changed files with 710 additions and 53 deletions

View File

@@ -86,7 +86,7 @@ LOGFILE="log-`date | sed -ne '
localhost="`hostname | sed -e 's/\..*//'`"
TAR_PART1="/usr/local/bin/tar -c --multi-volume --one-file-system --block=${BLOCKING} --sparse --volno-file=${VOLNO_FILE}"
TAR_PART1="${TAR} -c --multi-volume --one-file-system --block=${BLOCKING} --sparse --volno-file=${VOLNO_FILE}"
# Only use --info-script if DUMP_REMIND_SCRIPT was defined in backup-specs
if [ "x${DUMP_REMIND_SCRIPT}" != "x" ]; then