From 2317912ab9ac0b500b781f46946d41e6994021ea Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fran=C3=A7ois=20Pinard?= Date: Wed, 16 Nov 1994 02:48:39 +0000 Subject: [PATCH] *** empty log message *** --- scripts/level-0 | 2 +- scripts/level-1 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/level-0 b/scripts/level-0 index 86d3294..15f9e64 100644 --- a/scripts/level-0 +++ b/scripts/level-0 @@ -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/:.*$//'`" diff --git a/scripts/level-1 b/scripts/level-1 index 7bada1d..fdf5c82 100644 --- a/scripts/level-1 +++ b/scripts/level-1 @@ -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. -- 2.44.0