Add docs for rattail backup command
This commit is contained in:
parent
47fb1e451a
commit
25d1c1b739
10 changed files with 667 additions and 7 deletions
22
docs/backup/features/index.rst
Normal file
22
docs/backup/features/index.rst
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
|
||||
==========
|
||||
Features
|
||||
==========
|
||||
|
||||
As mentioned earlier, Rattail's backup logic can do the following:
|
||||
|
||||
* dump databases to file
|
||||
* run ``rsync`` to copy files somewhere
|
||||
* run ``borg create`` to make Borg archive(s) somewhere
|
||||
|
||||
Note that the database dump always happens first, so that the
|
||||
resulting files can be included in the ``rsync`` or ``borg create``
|
||||
runs (if applicable).
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 3
|
||||
:caption: Contents:
|
||||
|
||||
dbdump
|
||||
rsync
|
||||
borg
|
||||
Loading…
Add table
Add a link
Reference in a new issue