File: Multiple_repos_on_same_path.mdwn

package info (click to toggle)
git-annex 10.20250721-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 74,484 kB
  • sloc: haskell: 90,982; javascript: 9,103; sh: 1,469; makefile: 213; perl: 137; ansic: 44
file content (12 lines) | stat: -rw-r--r-- 611 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
I want to use git-annex to manage some data which I keep at, say, /home/my_user/data .
I have multiple external storage devices for this repo, such as /run/media/my_user/data1 e

BUT, I also have multiple machines, e.g. my desktop and my laptop. 
These all have the data under /home/my_user/data, as I like to keep my paths consistent. 
So, when I connect my external media to these machines, practically they see the same repo path, though these are different repos.

1. Should I try to create multiple repos with the same path, or should I just add one

2. Can I expect any major issues from this set-up?