projects
/
backups
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e5d3b45
)
Changed the findformat to use %T (modified time) instead of %C (status change time).
author
Alan Jack Pippin
<ajp@pippin.(none)>
Wed, 22 Feb 2006 18:08:10 +0000
(11:08 -0700)
committer
Alan J. Pippin
<ajp@pippins.net>
Wed, 22 Feb 2006 18:08:10 +0000
(11:08 -0700)
scripts/pack-image.sh
patch
|
blob
|
history
diff --git
a/scripts/pack-image.sh
b/scripts/pack-image.sh
index ea702a5b767c48039455751d21177f402359999b..67f2054a68d686259c66ea492bde4762794aee83 100755
(executable)
--- 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%C
S 0 %p\0"
+ findformat="$type %#m %u %g %s %
TY%Tm%Td%TH%TM%T
S 0 %p\0"
if [ -z "$excludedirs" ]; then
find $backupdirs -type $type -printf "$findformat"
else