I have what I think is a fairly straight forward requirement but not sure what the most efficient way is to go about it.
I manage a number of websites and have bought the Akeeba-Pro edition to help me backup the sites to Amazon S3.
What I want is to retain 4 weekly backups and 12 monthly backups for each site on S3 with names like
"site-name-week1.jpa" ... "site-name-week4.jpa"
"site-name-january.jpa" .... "site-name-december.jpa"
Alternatively I could just schedule a weekly and monthly cron job with the standard names but would then need some way of having old backups being deleted automatically on Amazon S3 (by setting the "expire" metadata tag ??).
Does any one know the easiest way to achieve this ?
Many thanks,
Brent
btw. just like to say that I think this is a well written and thought out product.