Commands

Reference for all manage.py snapshots subcommands.

Core Commands

snapshots

snapshots Usage: manage.py snapshots [OPTIONS] COMMAND [ARGS]... Manage snapshots ╭─ Options ─────────────────────────────────────────────────────╮ --helpShow this message and exit. ╰───────────────────────────────────────────────────────────────╯ ╭─ Django ──────────────────────────────────────────────────────╮ --versionShow program's version number and  exit.                              --settingsTEXTThe Python path to a settings      module, e.g.                       "myproject.settings.main". If this isn't provided, the                DJANGO_SETTINGS_MODULE environment variable will be used.             --pythonpathPATHA directory to add to the Python   path, e.g.                         "/home/djangoprojects/myproject".  --tracebackRaise on CommandError exceptions --show-localsPrint local variables in           tracebacks.                        --no-colorDon't colorize the command output. --force-colorForce colorization of the command  output.                            --skip-checksSkip system checks. ╰───────────────────────────────────────────────────────────────╯ ╭─ Commands ────────────────────────────────────────────────────╮ list   List snapshots in storage                            delete Delete a snapshot from storage                       info   Show full details for a snapshot                     prune  Delete old snapshots according to a retention policy check  Compare snapshot Python environment against current  backup Backup a snapshot                                    restoreRestore a snapshot                                   ╰───────────────────────────────────────────────────────────────╯