-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
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
Implementation of the restore command #9
base: master
Are you sure you want to change the base?
Conversation
…'constants' definitions. Dumps more info to the meta file.
Controlled by 'ARCHIVE_MEDIA_POLICY' setting.
…isplays error if ARCHIVE_DIRECTORY is not a folder.
@nathan-osman Some reminder regarding this PR, do you think we could get it merged in? Do you think some changes are required first? |
…adnn Waiting for nathan-osman to close PR nathan-osman#9
@nathan-osman Are you planning on accepting the PR from @Adnn? Either ways if you could close the PR (with or without accepting the changes) so people wanting to use the code have clarity on whether to prefer the fork or the upstream then that would great! Thanks |
@nathan-osman, would you please be able to merge it? We need @Adnn, would be super cool if you could please add some documentations for closure?(forking your changes atm) Thanks! |
This PR mainly provides an implementation for the restore command.
It also adds a few additional settings to control the backup behaviour, with notably the ability to store all the media files present in the
MEDIA_ROOT
or use the existing behaviour of storing only the files references by a file field.