move unimplemented option to todo
This commit is contained in:
parent
cd4c68924b
commit
a2fe994ebb
2 changed files with 13 additions and 11 deletions
12
doc/todo/borg_special_remote_add_subdir_config.mdwn
Normal file
12
doc/todo/borg_special_remote_add_subdir_config.mdwn
Normal file
|
@ -0,0 +1,12 @@
|
|||
Sometimes a borg backup contains several git-annex repos. Then pointing
|
||||
git-annex at the whole thing will find objects not belonging to the current
|
||||
repo. To avoid this, add this option:
|
||||
|
||||
* `subdir` - A subdirectory within the borg repository where git-annex
|
||||
should look for annex object files. This can be the path to a git-annex
|
||||
repository or perhaps a non-encrypted special remote, or a path that
|
||||
contains several repositories. The default is to look through the
|
||||
whole repository.
|
||||
|
||||
This is useful to avoid finding object files in the borg repository
|
||||
that belong to unrelated git-annex repositories.
|
Loading…
Add table
Add a link
Reference in a new issue