Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request to overwrite or delete older backups #156

Open
psinghsb opened this issue Oct 26, 2021 · 3 comments
Open

Feature request to overwrite or delete older backups #156

psinghsb opened this issue Oct 26, 2021 · 3 comments

Comments

@psinghsb
Copy link

psinghsb commented Oct 26, 2021

It will be great to have a feature to overwrite backup files or delete older files in storage.

@acjohnson
Copy link
Collaborator

@psinghsb Thanks for the suggestion! Are you talking about the output folder (defaults to ./_OUTPUT_) or object/cloud storage?

@tonoriesco
Copy link

I use a backup.sh with cron and after the grafana backup I run:

# Delete old files. More than 60 days.
find /backup/grafana/backup/ -mtime +60 -type f -delete

Simple and easy.

@muecahit94
Copy link

Hi, this feature would be nice, we use S3 for the remote-backups and dont save the local tar file.
It would be very nice to have a retention feature for the Storages

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants