Add instruction on how to create iPod

This commit is contained in:
Jean-Claude 2023-06-08 23:53:15 +02:00
parent ff0f3fd909
commit d1bc0d4132
Signed by: jeanclaude
GPG Key ID: 8A300F57CBB9F63E
1 changed files with 25 additions and 0 deletions

25
Archive/music.md Normal file
View File

@ -0,0 +1,25 @@
# Music Archive
The music archive hold all my digitalised music, as well as own records.
# Overview
The archive consists of a single Git repository, where the music is managed using [Git-Annex](https://git-annex.branchable.com/). The local repository is synchronized to a remote repository on my server. The setup allows for having multiple other clients, who have their own local repo and synchronize it via the remote.
## Initial Setup
See [Notes to my image archive](./image.md)
## iPod Setup
- Clone archive repo: `git clone <ARCHIVE_PATH> --bare`
- From within the repo, initialize git-annex repo: `git-annex init <CLIEN_NAME>`
- Add to `client` and `ipod` groups:
- `git annex group . client`
- `git annex group . ipod`
- TODO: wanted and required settings
- Make repo want XXX:
- `git annex want . "include=*"`
- `git annex required . "include=*"`
- Specify repo as untrusted: `git annex untrust here --force`
- This makes sense as iPods have turned out to be very unreliable and can easily corrupt