X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=config%2Fdebian%2Fdinstall.functions;h=a4190637e6be54b929ee6e5f90009933f7785654;hb=75273f99660e2830e39fad3e12140b7b4e2b0833;hp=be4ed572dd687f3a53bf48289f41cd8ec95dff2f;hpb=789833a72e311c714b3029f435c097a84fbf0ad6;p=dak.git diff --git a/config/debian/dinstall.functions b/config/debian/dinstall.functions index be4ed572..a4190637 100644 --- a/config/debian/dinstall.functions +++ b/config/debian/dinstall.functions @@ -525,12 +525,12 @@ function compress() { cd $base/backup/ find -maxdepth 1 -mindepth 1 -type f -name 'dump_pre_*' -mtime +2 -print0 | xargs -0 --no-run-if-empty rm - find -maxdepth 1 -mindepth 1 -type f -name 'dump_*' \! -name '*.bz2' \! -name '*.gz' -mmin +720 | + find -maxdepth 1 -mindepth 1 -type f -name 'dump_*' \! -name '*.bz2' \! -name '*.gz' \! -name '*.xz' -mmin +720 | while read dumpname; do echo "Compressing $dumpname" bzip2 -9fv "$dumpname" done - find -maxdepth 1 -mindepth 1 -type f -name "dumpall_*" \! -name '*.bz2' \! -name '*.gz' -mmin +720 | + find -maxdepth 1 -mindepth 1 -type f -name "dumpall_*" \! -name '*.bz2' \! -name '*.gz' \! -name '*.xz' -mmin +720 | while read dumpname; do echo "Compressing $dumpname" bzip2 -9fv "$dumpname"