This commit is contained in:
parent
7e68606f50
commit
4bf0f34d1b
1 changed files with 3 additions and 0 deletions
|
@ -1,6 +1,8 @@
|
|||
I am using git annex to sync a portion of my home directory. The main use/sync point is on my desktop and laptop. The desktop and laptop are connected to a NAS and usb drives.
|
||||
|
||||
So, the repos are connected like so:
|
||||
|
||||
```
|
||||
NAS - backup
|
||||
^ ^
|
||||
/ \
|
||||
|
@ -8,6 +10,7 @@ desktop - client laptop - client
|
|||
\ /
|
||||
v v
|
||||
USB drive - archive
|
||||
```
|
||||
|
||||
The idea is the NAS should get all files, the USB drive acts as an archive to keep the clients a bit lighter weight, even while off site.
|
||||
|
||||
|
|
Loading…
Reference in a new issue