Bonjour,
Le borg check:
# app=borg; BORG_PASSPHRASE="$(yunohost app setting $app passphrase)" BORG_RSH="ssh -i /root/.ssh/id_${app}_ed25519 -oStrictHostKeyChecking=yes " /var/www/${app}/venv/bin/borg check "$(yunohost app setting $app repository)"
c’est exécuter sans erreur…
J’ai donc fait un:
borg upgrade --show-rc --check-tam $BORG_REPO
# app=borg; BORG_PASSPHRASE="$(yunohost app setting $app passphrase)" BORG_RSH="ssh -i /root/.ssh/id_${app}_ed25519 -oStrictHostKeyChecking=yes " /var/www/${app}/venv/bin/borg upgrade --show-rc --check-tam "$(yunohost app setting $app repository)"
Manifest authentication setup OK for this client and this repository.
terminating with success status, rc 0
#
Apparemment c’est Ok, et il faut continuer en 3:
If you get “Manifest authentication setup OK for this client and this repository.” and rc=0, continue with 3.
Et donc faire un:
borg upgrade --show-rc --check-archives-tam
# app=borg; BORG_PASSPHRASE="$(yunohost app setting $app passphrase)" BORG_RSH="ssh -i /root/.ssh/id_${app}_ed25519 -oStrictHostKeyChecking=yes " /var/www/${app}/venv/bin/borg upgrade --show-rc --check-archives-tam "$(yunohost app setting $app repository)"
...
...
Archive TAM present: auto_roundcube-2024-12-20T00:07:43 Fri, 2024-12-20 00:07:50 [fe7e0377df0147d9da147bbf71a923aee9f16029206cf20c7a3e83d084d14fe6]
Archive TAM present: auto_thelounge-2024-12-20T00:08:38 Fri, 2024-12-20 00:08:44 [91e5ff43c312ec1c0f3351ff7b3c75a5e1ee455be7a780a56787711a1f4247b8]
Archive TAM present: auto_vaultwarden-2024-12-20T00:10:11 Fri, 2024-12-20 00:10:17 [0e5e4fdab184dab02725ec63dbca91375a1d13af08fcd407752610b1a01b6c23]
Archive TAM present: auto_vpnclient-2024-12-20T00:11:14 Fri, 2024-12-20 00:11:20 [1d33b5e0a3b427349648ffb9ae5ad26be3677c62aec6f9ab4d5449a4979d045f]
All archives are TAM authenticated.
terminating with success status, rc 0
Je passe donc à l’étape 4:
borg upgrade --archives-tam
# app=borg; BORG_PASSPHRASE="$(yunohost app setting $app passphrase)" BORG_RSH="ssh -i /root/.ssh/id_${app}_ed25519 -oStrictHostKeyChecking=yes " /var/www/${app}/venv/bin/borg upgrade --archives-tam "$(yunohost app setting $app repository)"
...
...
Archive TAM present: auto_roundcube-2024-12-20T00:07:43 Fri, 2024-12-20 00:07:50 [fe7e0377df0147d9da147bbf71a923aee9f16029206cf20c7a3e83d084d14fe6]
Archive TAM present: auto_thelounge-2024-12-20T00:08:38 Fri, 2024-12-20 00:08:44 [91e5ff43c312ec1c0f3351ff7b3c75a5e1ee455be7a780a56787711a1f4247b8]
Archive TAM present: auto_vaultwarden-2024-12-20T00:10:11 Fri, 2024-12-20 00:10:17 [0e5e4fdab184dab02725ec63dbca91375a1d13af08fcd407752610b1a01b6c23]
Archive TAM present: auto_vpnclient-2024-12-20T00:11:14 Fri, 2024-12-20 00:11:20 [1d33b5e0a3b427349648ffb9ae5ad26be3677c62aec6f9ab4d5449a4979d045f]
All archives are TAM authenticated.
Donc, cela semble Ok… sauf que j’ai toujours l’encadré… dois-je considérer à ce stade que c’est Ok, et ignorer l’encadré ??
Bonne journée,
JM