diff options
author | Joey Hess <joey@kitenet.net> | 2010-10-27 19:27:01 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-10-27 19:27:01 -0400 |
commit | 1118b4a6466f3453f5c517ff8eadbfbd1a4895f1 (patch) | |
tree | 6f28102a200805fea5a52009a9087188aea069ee | |
parent | 2de5f51a57f011654007829850e7b24992497e8d (diff) |
idea
-rw-r--r-- | doc/todo/union_mounting.mdwn | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/todo/union_mounting.mdwn b/doc/todo/union_mounting.mdwn new file mode 100644 index 000000000..c42a05502 --- /dev/null +++ b/doc/todo/union_mounting.mdwn @@ -0,0 +1,10 @@ +It should be possible to union mount annexes. So if multiple drives have +content, an annex mounting them both would have available all the +content from all the drives. + +This could be done by just making .git/annex/KEY link to the actual content +on the mounted annex. + +(Need to make sure the [[copy_tracking|copies]] code does not +confused and think the symlink is a copy of the content.. Also need to make +sure that code that writes to .git/annex does not follow symlinks.)) |