]> Dogcows Code - chaz/tar/blobdiff - scripts/level-0
*** empty log message ***
[chaz/tar] / scripts / level-0
index ae19b7c13a89dd963c9e43d128eaff6dd648ecfb..f787e9fcc06549aa3430d9f84f80677a5169d89e 100644 (file)
@@ -33,7 +33,7 @@ if [ "$1" != "now" ]; then
    fi
    pausetime=`date | awk '{hr=substr($4,1,2);\\
       mn=substr($4,4,2);\\
-      if((hr+0)<spec)\\
+      if((hr+0)<(spec+0))\\
          print 3600*(spec-hr)-60*mn;\\
       else\\
          print 3600*(spec+(24-hr))-60*mn; }' spec=$spec`
@@ -47,8 +47,7 @@ fi
 here=`pwd`
 LOGFILE=log-`date | awk '{print $2 "-" $3 "-" $6}'`-full
 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.
 
This page took 0.019999 seconds and 4 git commands to generate.