Subversion Repositories DevTools

Rev

Rev 4011 | Rev 5678 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4011 Rev 4127
Line 303... Line 303...
303
#
303
#
304
rm -f /tmp/$$.file*
304
rm -f /tmp/$$.file*
305
 
305
 
306
#
306
#
307
#   Remove old copies of files from the metadata directory
307
#   Remove old copies of files from the metadata directory
-
 
308
#   Compress old versions ( older than 10 days )
308
#
309
#
309
$GFIND $OUTDIR -type f -mtime +100 -exec rm -f  {} \;
310
$GFIND $OUTDIR -type f -mtime +100 -exec rm -f  {} \;
-
 
311
$GFIND $OUTDIR -type f -mtime +10 -name '*.txt' -exec gzip -q {} \;
310
 
312
 
311
 
313