1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2024-12-24 08:45:13 +00:00

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
This commit is contained in:
Antoine Beaupré 2014-12-16 11:16:30 -05:00
parent e9c27e8e6d
commit 2676c5fae8

View file

@ -12,6 +12,17 @@ Can I backup VM disk images?
Yes, the :ref:`deduplication <deduplication_def>` technique used by |project_name|
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?
The following attributes are preserved: