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.
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.