2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-12 01:55:39 +00:00

Add makefile option for quick backup

This commit is contained in:
Oliver Walters
2019-05-07 07:46:29 +10:00
parent e0b4a59258
commit a03027ec9b
4 changed files with 7 additions and 2 deletions

View File

@ -9,4 +9,6 @@ Backup and Restore
InvenTree provides database backup and restore functionality through the `django-dbbackup <https://github.com/django-dbbackup/django-dbbackup>`_ extension.
This extension allows databas models and uploaded media files to be backed up (and restored) via the command line.
This extension allows database models and uploaded media files to be backed up (and restored) via the command line.
In the root InvenTre directory, run ``make backup`` to generate backup files for the database models and media files.