mirror of
https://github.com/borgbackup/borg.git
synced 2024-12-24 16:55:36 +00:00
parent
122dfce405
commit
3278d253c5
2 changed files with 2 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
|||
.. include:: ../global.rst.inc
|
||||
.. highlight:: none
|
||||
.. _pull_backup:
|
||||
|
||||
=======================
|
||||
Backing up in pull mode
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in a new issue