#!/bin/bash -e find /home/lbkp/pmg/ -type f -mtime +7 -exec rm -f "{}" \;