projects
/
chef.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
5f9b51c0006175301b7aabc0335a4c648ce05160
[chef.git]
/
cookbooks
/
db
/
templates
/
default
/
cron.erb
1
#!/bin/sh
2
3
# Cleanup archive directory - keep 3 weeks of WALs
4
find -L /store/postgresql/archive -mtime +21 -print0 | xargs -0r rm