소스 검색

document that multiple clients can backup to a single remote

answer comes from author here: http://librelist.com/browser//attic/2014/11/11/backing-up-multiple-servers-into-a-single-repository/#e96345aa5a3469a87786675d65da492b

this should address the last remaining issue in #60
Antoine Beaupré 10 년 전
부모
커밋
2676c5fae8
1개의 변경된 파일11개의 추가작업 그리고 0개의 파일을 삭제
  1. 11 0
      docs/faq.rst

+ 11 - 0
docs/faq.rst

@@ -12,6 +12,17 @@ Can I backup VM disk images?
     Yes, the :ref:`deduplication <deduplication_def>` technique used by |project_name|
     Yes, the :ref:`deduplication <deduplication_def>` technique used by |project_name|
     makes sure only the modified parts of the file are stored.
     makes sure only the modified parts of the file are stored.
 
 
+Can I backup from multiple servers into a single repository?
+    Yes, but in order for the deduplication used by Attic 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/attic/``.  If Attic detects that a repository has been
+    modified since the local cache was updated it will need to rebuild
+    the cache. This rebuild can be quite time consuming.
+
+    So, yes it's possible. But it will be most efficient if a single
+    repository is only modified from one place.
+
 Which file attributes are preserved?
 Which file attributes are preserved?
     The following attributes are preserved:
     The following attributes are preserved: