Wrote some ruby scripts to help with restore
[backups/.git] / scripts / find-cmd.sh
index 964dd15bfef542c08319903827d626dd78a63c6c..d9efb29b2a3ef011b82427ad865e0a909bc74831 100755 (executable)
@@ -2,6 +2,6 @@
 
 {
   for type in d f l; do
-    find . -type $type -printf "$type %#m %u %g %s %CY%Cm%Cd%CH%CM%CS 0 %p\0"
+    find . -type $type -printf "$type %#m %u %g %s %CY%Cm%Cd%CH%CM%CS %CS %p\0"
   done
 }