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
8 changes: 7 additions & 1 deletion docs/faq.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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?
-----------------------------------------------------------------------------------------------------------------------------------

Expand Down Expand Up @@ -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.

Expand Down