1
0
mirror of https://github.com/php/systems.git synced 2026-03-23 23:32:12 +01:00
Files
archived-systems/prune-backups
Martin Jansen b8fcdc486d * There may be sub-directories in /local/backups, so recursively deleted
them.  This should fix the recent daily cron warning for pb12.
2007-06-20 06:12:51 +00:00

5 lines
83 B
Bash
Executable File

#!/bin/sh
# $Id$
# Backup pruning
find /local/backups/ -mtime +7 -exec rm -r {} \;