mirror of
https://github.com/inventree/InvenTree.git
synced 2026-04-21 10:40:52 +00:00
Backup update (#10586)
* Update django-dbbackup version * Specify STORAGES option for dbbackup * Add more backup configuration * Support custom date formats * Add connector options * Extend functionality of invoke backup * Add extra options for restore task * Add invoke task for finding additional backups * Small tweaks * Add docs around backup / restore * Fix typo * Add example for GCS storage * More docs
This commit is contained in:
@@ -95,6 +95,10 @@ For example, to find more information about the `update` task, run:
|
||||
invoke update --help
|
||||
```
|
||||
|
||||
```
|
||||
{{ invoke_commands('update --help') }}
|
||||
```
|
||||
|
||||
### Internal Tasks
|
||||
|
||||
Tasks with the `int.` prefix are internal tasks, and are not intended for general use. These are called by other tasks, and should generally not be called directly.
|
||||
|
||||
Reference in New Issue
Block a user