Results 21 comments of Marc LaBelle

How are you able to adjust the settings? They don't show up for me. ![snip](https://user-images.githubusercontent.com/28718113/81076810-f7b57f80-8ea0-11ea-83e4-47fa5c9be51d.jpg)

@jonathan-s Better? I still need to figure out how to unit test it. If I just update the settings in the test to have 2 local storages, would that be...

I just haven't familiarized myself enough with the code base/unit tests yet to verify the backup is created/restored.

And that's where it becomes a significant pain. I can't even find those settings in the source code. Aren't they defined in settings for the specific library (i.e. S3_Bucket_Name and...

Ok. updated to add global options to Storage options _if_ it does not already exist (to prevent overwriting local setting). I will work on unit tests soon.

Just an update. I have not abandoned this PR, but I've been sick since the week I opened the PR. I hope to get back to it soon.

Started working again, but I'm getting this running unit tests on master: `CommandError: There's no backup file available.` ``` /home/marclabelle/Projects/django-dbbackup/dbbackup/db/sqlite.py:79: UserWarning: Error in db restore: UNIQUE constraint failed: django_migrations.id warnings.warn("Error...

I will start working on restore tests, but Is this enough testing for backup? Is there a way to test S3?

Ok. I've written restore tests and added more backup tests to verify the storage configuration in the handle. Please let me know if you find any issues, want changes, or...