Merge pull request #1415 from ThomasWaldmann/update-faq-with-lock

add hint about borg with-lock to FAQ, fixes #1353
This commit is contained in:
enkore 2016-07-31 11:59:57 +02:00 committed by GitHub
commit 2cfe940ebf
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ Can I copy or synchronize my repo to another location?
------------------------------------------------------ ------------------------------------------------------
Yes, you could just copy all the files. Make sure you do that while no Yes, you could just copy all the files. Make sure you do that while no
backup is running. So what you get here is this: backup is running (use `borg with-lock ...`). So what you get here is this:
- client machine ---borg create---> repo1 - client machine ---borg create---> repo1
- repo1 ---copy---> repo2 - repo1 ---copy---> repo2