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

Implement retention in storage providers #20

Closed
melchor629 opened this issue May 24, 2019 · 1 comment
Closed

Implement retention in storage providers #20

melchor629 opened this issue May 24, 2019 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@melchor629
Copy link
Member

To implement

Add support to retention in storage providers in a way that they keep the last N backups in the cloud and the older will be removed. Should use the setting maxBackupsKept inside each provider configuration.

A new method should be defined to remove files and folders from the providers, in the base abstract class and their implementations.

@melchor629 melchor629 added the enhancement New feature or request label May 24, 2019
@melchor629 melchor629 self-assigned this Jun 23, 2019
melchor629 added a commit that referenced this issue Jun 23, 2019
melchor629 added a commit that referenced this issue Jun 23, 2019
* Implement #20
* Fix unused variable in archive
* Fix more warnings
@melchor629
Copy link
Member Author

Implemented in #22

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

No branches or pull requests

1 participant