Parcourir la source

*** empty log message ***

François Pinard il y a 30 ans
Parent
commit
2317912ab9
2 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 1 1
      scripts/level-0
  2. 1 1
      scripts/level-1

+ 1 - 1
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/:.*$//'`"

+ 1 - 1
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.