X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/9e84412b7279e2b3438637e4dd121c0adea4cd53..8b8cae6b975ac21863d59389c27bcbb7b660f70e:/cookbooks/backup/templates/default/expire.cron.erb diff --git a/cookbooks/backup/templates/default/expire.cron.erb b/cookbooks/backup/templates/default/expire.cron.erb index b7dec58ed..c43c6f917 100644 --- a/cookbooks/backup/templates/default/expire.cron.erb +++ b/cookbooks/backup/templates/default/expire.cron.erb @@ -2,7 +2,7 @@ # DO NOT EDIT - This file is being maintained by Chef -for prefix in chef-server chef-repository chef-git git lists munin osm-blog osmf-crm osmf-ledgersmb wiki-wiki.osmfoundation.org osqa otrs sotm svn switch2osm thinkup trac wiki-board.osmfoundation.org wiki-wiki.openstreetmap.org +for prefix in blogs chef-server chef-repository chef-git community forum git lists munin osm-blog osmf-crm osmf-ledgersmb wiki-wiki.osmfoundation.org osqa otrs prometheus sotm svn switch2osm trac wiki-board.osmfoundation.org wiki-dwg.osmfoundation.org wiki-mwg.osmfoundation.org wiki-wiki.openstreetmap.org do /usr/local/bin/expire-backups --days=3 --weeks=3 --months=3 /store/backup $prefix done @@ -10,3 +10,7 @@ done /usr/local/bin/expire-backups --weeks=5 /store/backup osm /usr/local/bin/expire-backups --months=3 /store/backup nominatim + +/usr/local/bin/expire-backups --days=180 /store/logs/planet.openstreetmap.org +/usr/local/bin/expire-backups --days=180 /store/logs/tile.openstreetmap.org +/usr/local/bin/expire-backups --days=180 /store/logs/www.openstreetmap.org