Backup

Reference for the manage.py snapshots backup subcommands.

backup

backup Usage: manage.py snapshots backup [OPTIONS] COMMAND1 [ARGS]...                                   [COMMAND2 [ARGS]...]... Backup a snapshot ╭─ Options ─────────────────────────────────────────────────────╮ --nameTEXTSnapshot name (default: UTC timestamp)                  --overwriteOverwrite if snapshot       already exists              --install-completionInstall completion for the  current shell.              --show-completionShow completion for the     current shell, to copy it   or customize the            installation.               --helpShow this message and exit. ╰───────────────────────────────────────────────────────────────╯ ╭─ Commands ────────────────────────────────────────────────────╮ database   Export database(s) as compressed SQL dumps       media      Export MEDIA_ROOT as a compressed tarball        environmentCapture the current Python environment (pip      freeze)                                          ╰───────────────────────────────────────────────────────────────╯