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