rattail-manual/docs/backup/features/index.rst
2021-10-31 21:18:04 -05:00

23 lines
457 B
ReStructuredText

==========
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