Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/deployment/pull-backup.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
.. include:: ../global.rst.inc
.. highlight:: none
.. _pull_backup:

=======================
Backing up in pull mode
Expand Down
2 changes: 1 addition & 1 deletion docs/faq.rst
Original file line number Diff line number Diff line change
Expand Up @@ -616,7 +616,7 @@ C to delete all backups residing on S.
These are your options to protect against that:

- Do not allow to permanently delete data from the repo, see :ref:`append_only_mode`.
- Use a pull-mode setup using ``ssh -R``, see :issue:`900`.
- Use a pull-mode setup using ``ssh -R``, see :ref:`pull_backup` for more informations.
- Mount C's filesystem on another machine and then create a backup of it.
- Do not give C filesystem-level access to S.

Expand Down