#!/bin/sh # Cleanup archive directory find -L /store/postgresql/archive -mtime +10 -print0 | xargs -0r rm