Update the documentation on hacked backup client.

Fixes #5480.
This commit is contained in:
Guinness 2020-11-13 10:31:05 +01:00
parent 122dfce405
commit 3278d253c5
No known key found for this signature in database
GPG Key ID: 452A734DA611FA7C
2 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,6 @@
.. include:: ../global.rst.inc .. include:: ../global.rst.inc
.. highlight:: none .. highlight:: none
.. _pull_backup:
======================= =======================
Backing up in pull mode Backing up in pull mode

View File

@ -616,7 +616,7 @@ C to delete all backups residing on S.
These are your options to protect against that: These are your options to protect against that:
- Do not allow to permanently delete data from the repo, see :ref:`append_only_mode`. - 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. - Mount C's filesystem on another machine and then create a backup of it.
- Do not give C filesystem-level access to S. - Do not give C filesystem-level access to S.