X-Git-Url: https://git.hcoop.net/hcoop/scripts.git/blobdiff_plain/351efb89b024c84229f91c98dbabe2f35ea22aa3..5ebe1338ae7c1cf4a309c1cbc36042d5982524e7:/hcoop-backup diff --git a/hcoop-backup b/hcoop-backup index 111daca..0d1d520 100755 --- a/hcoop-backup +++ b/hcoop-backup @@ -44,7 +44,7 @@ function copy_over () { } cd $BACKUPDIR -find . -mindepth 1 -maxdepth 1 -type d -ctime +10 \ +find . -mindepth 1 -maxdepth 1 -type d -ctime +7 \ -execdir rm -fr '{}' \; || true rm -rf $SUBDIR mkdir -p $SUBDIR