1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2024-12-25 09:19:31 +00:00

add hint about borg with-lock to FAQ, fixes #1353

This commit is contained in:
Thomas Waldmann 2016-07-31 02:04:56 +02:00
parent 02e229b255
commit ad38f794e0

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
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