From: Alan Jack Pippin <ajp@pippin.(none)>
Date: Wed, 22 Feb 2006 18:08:10 +0000 (-0700)
Subject: Changed the findformat to use %T (modified time) instead of %C (status change time).
X-Git-Tag: release-0.6~7
X-Git-Url: http://git.pippins.net/images/static/git-logo.png?a=commitdiff_plain;h=3c1a574b306c4b70dbaaa50e5d4aa68911091b44;p=backups%2F.git

Changed the findformat to use %T (modified time) instead of %C (status change time).
---

diff --git a/scripts/pack-image.sh b/scripts/pack-image.sh
index ea702a5..67f2054 100755
--- a/scripts/pack-image.sh
+++ b/scripts/pack-image.sh
@@ -66,7 +66,7 @@ echo "excludedirs: $excludedirs"
 echo "-> Running find to get the status of files"
 {
   for type in d f l; do
-    findformat="$type %#m %u %g %s %CY%Cm%Cd%CH%CM%CS 0 %p\0"
+    findformat="$type %#m %u %g %s %TY%Tm%Td%TH%TM%TS 0 %p\0"
     if [ -z "$excludedirs" ]; then
       find $backupdirs -type $type -printf "$findformat"
     else