Ariel wrote:
Hello List I am using script for backup of http://v2gnu.com/qmail/
this very good, but I need to know if there are forms of that to me every 7 days replace the backups and not always.
Gracias

You'd need to write your own separate script for this, very similar to this:
find /backups/* -mtime +3 -exec rm -rf {} \;

---------------------------------------------------------------------
    QmailToaster hosted by: VR Hosted <http://www.vr.org>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to