|
@@ -27,7 +27,12 @@ which is slower.
|
|
|
Can I backup from multiple servers into a single repository?
|
|
|
------------------------------------------------------------
|
|
|
|
|
|
-Yes, but in order for the deduplication used by Borg to work, it
|
|
|
+Yes, this is *possible* from the technical standpoint, but it is
|
|
|
+*not recommended* from the security perspective. BorgBackup is
|
|
|
+built upon a defined :ref:`attack_model` that cannot provide its
|
|
|
+guarantees for multiple clients using the same repository.
|
|
|
+
|
|
|
+Also, in order for the deduplication used by Borg to work, it
|
|
|
needs to keep a local cache containing checksums of all file
|
|
|
chunks already stored in the repository. This cache is stored in
|
|
|
``~/.cache/borg/``. If Borg detects that a repository has been
|
|
@@ -85,9 +90,7 @@ Also, you must not run borg against multiple instances of the same repo
|
|
|
- Encryption security issues if you would update repo and copy-of-repo
|
|
|
independently, due to AES counter reuse.
|
|
|
|
|
|
-There is also a similar encryption security issue for the disaster case:
|
|
|
-If you lose repo and the borg client-side config/cache and you restore
|
|
|
-the repo from an older copy-of-repo, you also run into AES counter reuse.
|
|
|
+See also: :ref:`faq_corrupt_repo`
|
|
|
|
|
|
Which file types, attributes, etc. are *not* preserved?
|
|
|
-------------------------------------------------------
|
|
@@ -187,6 +190,8 @@ all the part files and manually concatenate them together.
|
|
|
|
|
|
For more details, see :ref:`checkpoints_parts`.
|
|
|
|
|
|
+.. _faq_corrupt_repo:
|
|
|
+
|
|
|
My repository is corrupt, how can I restore from an older copy of it?
|
|
|
---------------------------------------------------------------------
|
|
|
|