X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/52a8537776cd479d770c1e1f4b6079e595d44115..d281b784e2dcd675ef945d20ff8ea318ee909b59:/cookbooks/db/templates/default/cron.erb diff --git a/cookbooks/db/templates/default/cron.erb b/cookbooks/db/templates/default/cron.erb index 2ebeabb81..e17add1c1 100644 --- a/cookbooks/db/templates/default/cron.erb +++ b/cookbooks/db/templates/default/cron.erb @@ -1,4 +1,4 @@ #!/bin/sh # Cleanup archive directory -find -L /store/postgresql/archive -mtime +10 -print0 | xargs -0r rm +find -L /store/postgresql/archive -mtime +40 -print0 | xargs -0r rm