Browse Source

*** empty log message ***

François Pinard 30 years ago
parent
commit
11960077b4
1 changed files with 1 additions and 2 deletions
  1. 1 2
      scripts/level-0

+ 1 - 2
scripts/level-0

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