Multiple backup storage backends #580
Replies: 6 comments
-
Hello @bethnull I will we included soon I hope, but just one question: |
Beta Was this translation helpful? Give feedback.
-
It would be a great addition to the functionalities of the package! |
Beta Was this translation helpful? Give feedback.
-
This would be great. |
Beta Was this translation helpful? Give feedback.
-
@racitup |
Beta Was this translation helpful? Give feedback.
-
I wish I could but I don't have the time either 😦 |
Beta Was this translation helpful? Give feedback.
-
If I find some time (probably not soon), I would like to take a look. One feature I would like is a flag to pick the storage, so daily backups could be local, but weekly backups would be local and S3. Or implementing as @ZuluPro suggested in #61. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
It would be nice to have the ability of using multiple backup storage backends so the backups will be stored in multiples places.
For instance, django.core.files.storage.FileSystemStorage for storing locally and storages.backends.s3boto.S3BotoStorage at the same time to store remotely in a S3 bucket.
By the way, django-dbbackup rocks! ;)
BR, Pepe.
Beta Was this translation helpful? Give feedback.
All reactions