Remove files/folders older than 7 days automatically
Add this line into crontab, change /home2/backup with your own folder and 7 with numbers of days.
@weekly find /home2/backup -mtime +7 -type d -depth -exec rm -r {} \;
No related posts.
Related posts brought to you by Yet Another Related Posts Plugin.