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
Right now, only saving backups to local folder is supported.
We should implement an option to save backups to cloud storage like S3 or OneDrive for example.
This should be done via factory method, which would initialize the right backend depending on a config flag.
It should also have a clean API so that new cloud storage can easily be added.
The text was updated successfully, but these errors were encountered:
Right now, only saving backups to local folder is supported.
We should implement an option to save backups to cloud storage like S3 or OneDrive for example.
This should be done via factory method, which would initialize the right backend depending on a config flag.
It should also have a clean API so that new cloud storage can easily be added.
The text was updated successfully, but these errors were encountered: