improve docs based on forum feedback

This commit is contained in:
Joey Hess 2021-06-14 13:04:58 -04:00
parent fbd2f96b2c
commit f0cbaa194c
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -52,3 +52,9 @@ repository, freeing up disk space.
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.
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.