X-Git-Url: http://git.hcoop.net/clinton/scripts.git/blobdiff_plain/3b144ac3e1b2b6a8217ac4938c448cab92cd87ce..436baa0cc6238d3713f2067b4011431a9385f8cc:/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