aboutsummaryrefslogtreecommitdiff
path: root/doc/todo/union_mounting.mdwn
blob: c42a0550212afefce423c66628fa501838516cd4 (plain)
1
2
3
4
5
6
7
8
9
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.))