This is really helpful to Sys-Admin who is managing various backup on different geographical locations.
For Linux,
The following commands will help you to remove your old backup which cost disk usage. I used this script to remove the older backup using a cronjob.
[root@ip-8-11-50-231 database]# crontab -l 00 04 1,16 * * /usr/bin/find [...]
