improve docs based on forum feedback
This commit is contained in:
parent
fbd2f96b2c
commit
f0cbaa194c
1 changed files with 6 additions and 0 deletions
|
@ -52,3 +52,9 @@ repository, freeing up disk space.
|
||||||
|
|
||||||
You can continue running `borg create` and `git-annex sync` to store
|
You can continue running `borg create` and `git-annex sync` to store
|
||||||
changed files in borg and let git-annex know what's stored there.
|
changed files in borg and let git-annex know what's stored there.
|
||||||
|
|
||||||
|
It's possible to access the same borg repository from another clone of the
|
||||||
|
git-annex repository too. Just run `git annex enableremote borg` in that
|
||||||
|
clone to set it up. This uses the same `borgrepo` value that was passed
|
||||||
|
to initremote, but you can override it, if, for example, you want to access
|
||||||
|
the borg repository over ssh from this new clone.
|
||||||
|
|
Loading…
Reference in a new issue