We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Many thanks for this useful package! I'd like to point out two typos in the docs:
mediabackup
-z, --compress Do not compress the archive
which should be
-z, --compress Compress the archive
I have just tested it, and this option actually produces .tar.gz files.
.tar.gz
DBBACKUP_STORAGE = 'dbbackup.storage.filesystem_storage'
gives error:
AttributeError: module 'dbbackup.storage' has no attribute 'filesystem_storage'
while this SO answer provides a working solution:
DBBACKUP_STORAGE = 'django.core.files.storage.FileSystemStorage'
and in fact the mistake in the docs was already pointed out there.
Just reporting this, it'd be helpful to have this fixed in the docs. Thanks!
The text was updated successfully, but these errors were encountered:
All of these issues are fixed.
Sorry, something went wrong.
No branches or pull requests
Many thanks for this useful package! I'd like to point out two typos in the docs:
mediabackupcommand reports:which should be
I have just tested it, and this option actually produces
.tar.gzfiles.gives error:
while this SO answer provides a working solution:
and in fact the mistake in the docs was already pointed out there.
Just reporting this, it'd be helpful to have this fixed in the docs. Thanks!
The text was updated successfully, but these errors were encountered: