]> git.openstreetmap.org Git - chef.git/blob - cookbooks/db/templates/default/cron.erb
tile: clean atime cut-off to 35 days. (28d: 15.8%, 35d: 7.3%, 45d: 0.8% of total...
[chef.git] / cookbooks / db / templates / default / cron.erb
1 #!/bin/sh
2
3 # Cleanup archive directory
4 find /store/postgresql/system/archive -mtime +10 -print0 | xargs -0r rm