You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: