X-Git-Url: http://git.pippins.net/embedvideo/.git/static/gitweb.js?a=blobdiff_plain;f=scripts%2Fpack-image.sh;h=67f2054a68d686259c66ea492bde4762794aee83;hb=3c1a574b306c4b70dbaaa50e5d4aa68911091b44;hp=ea702a5b767c48039455751d21177f402359999b;hpb=e5d3b458ea4e2ece0b7d3c5999b806489d9ae49c;p=backups%2F.git 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