I'm using a BASH script to backup some user home directories to another machine. I'd like to keep 5 days worth of backups, and have the script automatically delete anything older than that (I do it by ...