improve docs based on forum feedback
authorJoey Hess <joeyh@joeyh.name>
Mon, 14 Jun 2021 17:04:58 +0000 (13:04 -0400)
committerJoey Hess <joeyh@joeyh.name>
Mon, 14 Jun 2021 17:04:58 +0000 (13:04 -0400)
doc/tips/using_borg_for_efficient_storage_of_old_annexed_files.mdwn

index c5023808747bbcba163ae92ef23dd6b836eea916..27be72e2f49fbce14497dff2045b9a0859033283 100644 (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.