X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=config%2Fdebian%2Fdinstall.functions;h=a4190637e6be54b929ee6e5f90009933f7785654;hb=dfa2f059b345fcd07a64f19659ab2c459e960ce1;hp=be4ed572dd687f3a53bf48289f41cd8ec95dff2f;hpb=a9071be19ea09e62c94cd5c3f2acf6ecf8e76aa1;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"