*** empty log message ***

This commit is contained in:
François Pinard
1994-11-16 02:49:14 +00:00
parent e32022f88e
commit 4ea60be930
3 changed files with 805 additions and 467 deletions

View File

@@ -85,7 +85,7 @@ LOGFILE="log-`date | sed -ne '
localhost="`hostname | sed -e 's/\..*//'`"
TAR_PART1="${TAR} -c --multi-volume --one-file-system --block=${BLOCKING} --sparse --volno-file=${VOLNO_FILE}"
TAR_PART1="${TAR} -c --multi-volume --one-file-system --block-size=${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