Browse Source

Merge pull request #5776 from ThomasWaldmann/backports2

backports2
TW 4 năm trước cách đây
mục cha
commit
9d21b79537
2 tập tin đã thay đổi với 8 bổ sung1 xóa
  1. 1 0
      docs/deployment/pull-backup.rst
  2. 7 1
      docs/faq.rst

+ 1 - 0
docs/deployment/pull-backup.rst

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

+ 7 - 1
docs/faq.rst

@@ -210,6 +210,12 @@ This is not a problem anymore.
 
 For more details, see :ref:`checkpoints_parts`.
 
+My machine goes to sleep causing `Broken pipe`
+----------------------------------------------
+
+When backing up your data over the network, your machine should not go to sleep.
+On macOS you can use `caffeinate` to avoid that.
+
 How can I switch append-only mode on and off?
 -----------------------------------------------------------------------------------------------------------------------------------
 
@@ -627,7 +633,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.