]> Dogcows Code - chaz/tar/commitdiff
*** empty log message ***
authorFrançois Pinard <pinard@iro.umontreal.ca>
Wed, 16 Nov 1994 02:48:39 +0000 (02:48 +0000)
committerFrançois Pinard <pinard@iro.umontreal.ca>
Wed, 16 Nov 1994 02:48:39 +0000 (02:48 +0000)
scripts/level-0
scripts/level-1

index 86d329490afeeeb7da04c0a1c2770381b9f19c1a..15f9e64710c7b4007be6bd829ebedbd2dc574660 100644 (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/:.*$//'`"
index 7bada1d83cd48f6e397f70f7cf6f74b5df305873..fdf5c8203685e98cfb6eb7106e31e562c956f185 100644 (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.
 
This page took 0.021027 seconds and 4 git commands to generate.