*** empty log message ***

This commit is contained in:
François Pinard
1994-11-16 02:48:39 +00:00
parent f508e152fa
commit 2317912ab9
2 changed files with 2 additions and 2 deletions

View File

@@ -108,7 +108,7 @@ fi
mt -f "${TAPE_FILE}" rewind
rm -f "${VOLNO_FILE}"
set - "${BACKUP_DIRS}"
set - ${BACKUP_DIRS}
while [ $# -ne 0 ] ; do
date="`date`"
remotehost="`echo \"${1}\" | sed -e 's/:.*$//'`"

View File

@@ -43,7 +43,7 @@ fi
here=`pwd`
LOGFILE=log-`date | awk '{print $2 "-" $3 "-" $6}'`-level-1
HOST=`hostname | sed 's/\..*//'`
TAR_PART1="/usr/local/bin/tar -c --multi-volume --one-file-system --block=$BLOCKING --sparse --volno-file=$VOLNO_FILE --atime-preserve"
TAR_PART1="/usr/local/bin/tar -c --multi-volume --one-file-system --block=$BLOCKING --sparse --volno-file=$VOLNO_FILE"
# Make sure the log file did not already exist. Create it.