AMP icon indicating copy to clipboard operation
AMP copied to clipboard

Implement S3 Backup Rotation

Open FrozenSoda opened this issue 1 year ago • 2 comments

Feature Request

Feature Information:

Currently, only local backups can be automatically rotated (for example such that only the latest 30 backups are kept). It would be great if it can be implemented for S3 storage as well, as currently you have to remove old backups manually.

It would be nice in conjunction with #917 and #337 in order to fix the biggest issues with the backup system imo.

I confirm:

  • [x] that I have searched for an existing feature request matching the description.

FrozenSoda avatar May 02 '24 17:05 FrozenSoda

Having just pruned 10 TB of backups from S3 storage, I have been considering different ways to customize something like this. Personally I would like to see some new Tasks added specifically around S3 backups, so they can be scheduled independently. Perhaps a way to have daily or weekly scheduled local backups, and then schedule an S3 backup monthly. Or an option on the regular backup task to toggle the S3 push on/off.

cemarriott avatar Jan 19 '25 00:01 cemarriott

Agreed, this is a great way for enterprise users to keep costs in check by being able to prune.

sanegaming avatar Jan 20 '25 15:01 sanegaming

This was implemented previously.

IceOfWraith avatar Jul 16 '25 05:07 IceOfWraith