2
2
mirror of https://github.com/octoleo/restic.git synced 2024-06-01 08:30:49 +00:00
restic/doc/references.rst
Alexander Neumann 9be24a1c9f Add cache
This commits adds rudimentary support for a cache directory, enabled by
default. The cache directory is created if it does not exist. The cache
is used if there's anything in it, newly created snapshot and index
files are written to the cache automatically.
2017-09-24 21:54:53 +02:00

14 lines
165 B
ReStructuredText

==========
References
==========
.. include:: design.rst
------------------------
.. include:: rest_backend.rst
------------------------
.. include:: cache.rst