mirror of
https://github.com/borgbackup/borg.git
synced 2024-12-27 18:28:42 +00:00
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:
commit
2cfe940ebf
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
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
|
||||
- repo1 ---copy---> repo2
|
||||
|
|
Loading…
Reference in a new issue