4NRMFG5JDCIHFLH5WFKP36ZD2XBLUHBSXJNRILIW3XSHAK23ESDAC
LLMDYVA3POS7NO3Y34RBKAAH3TVGU5ZNKXOKTT5O7PDRQPGEIOXAC
JCN2NFYRDY2Z6X73BIGMUTT7FLNOAKE3F7KOA5BRO7N2PCY3GBAQC
KLANR23QTUGFNUP7WVIF77WYTUF24EU6U2SNSLTTDKFX2X3H5ZSAC
RHWQQAAHNHFO3FLCGVB3SIDKNOUFJGZTDNN57IQVBMXXCWX74MKAC
2LBFA4LQNVXH4ZRWNBGCLJ5DXVW3MTBGEQGYCXUB555TFBBNI4QQC
IS5HIIR645T3EL62URXQSYIFNPK6ESGJ43QW2VDOYMU25IC6AQGQC
UHOVWI5235P26UNRND24XOYPI3FXSCBBM5TQ4S2RLR7V73HBIBLAC
E6T3E2NLVJAM2NNBDG3DABW5WNJYSZMKIW4O7YD27NQMQFI5PP3QC
UEH32UWE5PRIEQUXBH2BLIXOKGIF2SFRRUYKV4AFA3G4NCNBYMFAC
3ZXSF6LXHYWPRATRVITIZETB7FTSP3HYWHV7AIS3B65Y6ID3EWXQC
NBJFXQNG6YLIEL6HK7VZDEQZTXK2QJZ43AKNLXIIBX5K3MOX6WCQC
On veut récupérer les donnée localement git clone /media/annex git annex
sync git annex get books
Le dépôt central est sur github.
** Configuration
#+begin_src
git clone git@github.com:apraga/recherche
#+end_src
On active les remote
#+begin_src sh
git annex enableremote lfs
#+end_src
Comment synchroniser les stockage entre eux ? git annex copy --to est
trop long.. git annex webapp !
Pour utiliser google drive, il faut configure sous rclone :
1. Configurer rclone
#+begin_src sh
rclone config
n
gdrive
17
#+end_src
Il faut récupérer les identifiants depuis https://console.cloud.google.com/apis/credentials?project=rclone-344013
dans le projet "annex". Copier le client ID et client secret dans rclone. Puis
#+begin_src
1
#+end_src
Puis faire "entrée" plusieurs fois, autorsire rclone sur le lien
2. Télécharger l'exécutable pour le plugin:
#+begin_src sh
curl https://raw.githubusercontent.com/DanielDent/git-annex-remote-rclone/master/git-annex-remote-rclone > git-annex-remote-rclone
chmod +x git-annex-remote-rclone
doas mv git-annex-remote-rclone /usr/local/bin/
#+end_src
Puis activer le remote
#+begin_src
git annex enableremote gdrive
#+end_src
** Usage
#+begin_src sh
git annex addurl www.test.com/lol.pdf --file=papers/jean2022.pdf
git annex sync --content
#+end_src
#+title: Architecture
Raspberry:
- disque dur externe en ZFS monté sur /media
- torrents : books, music
- nzbget data dans nzbget, movies
- git-annex data dans data.git (besoin de cloner)
Fixe
- 1 disque FreeBSD en ZFS (zroot) dupliqué sur 2 disques
- 1 disque pour la musique en ZFS (data)
- 1 disque Gentoo
Git-annex
- dépôt central sur le raspberry
- 2 remotes : disque Gentoo and disque FreeBSD