X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/1c848471a16f9d1ee1fc8a327af110447ea1ef4c..5e73b672dfa3cddca514be1d274991fd38f9922d:/cookbooks/db/templates/default/cron.erb?ds=inline diff --git a/cookbooks/db/templates/default/cron.erb b/cookbooks/db/templates/default/cron.erb index ec1d2e002..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 /store/postgresql/system/archive -mtime +10 -print0 | xargs -0r rm +find -L /store/postgresql/archive -mtime +40 -print0 | xargs -0r rm