소스 검색

*** empty log message ***

François Pinard 30 년 전
부모
커밋
2317912ab9
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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.