Monday, August 05, 2024
support@conference.yunohost.org
August
Mon Tue Wed Thu Fri Sat Sun
      1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
 
             

[04:53:08] <Solrac> Hello. Has anyone else had issues with HomeAssistant after some updates? I have a log that points that it has some errors and simply stops. https://paste.yunohost.org/epaqaxiyum
[04:59:38] <Solrac> > <@lsolrac:matrix.org> Hello. Has anyone else had issues with HomeAssistant after some updates? I have a log that points that it has some errors and simply stops. https://paste.yunohost.org/epaqaxiyum

Restarted and noticed logs weren't reporting the error anymore, I decided to check again with the network tab on my browser, to see that homeAssitant.domain.tld/auth/token returns 502 🤔 is this because I'm running it behind a Reverse-Proxy?
[19:23:41] <dindon-ccc> 3dart, you can follow this documentation :
https://github.com/YunoHost-Apps/borg_ynh/blob/master/doc/FULL_RESTORE.md

Beside full-restore, you can just list filenames in one archive :
BORG_RSH="ssh -i /root/.ssh/id_borg_ed25519 -oStrictHostKeyChecking=yes " borg list $SRV::ARCHIVE_NAME

And mount an archive to check your backup or restore only some files :
BORG_RSH="ssh -i /root/.ssh/id_borg_ed25519 -oStrictHostKeyChecking=yes " borg list $SRV::ARCHIVE_NAME /mountpoint

Don't forget to unmount :
borg umount /mountpoint
[19:28:45] <dindon-ccc> (don't know why that made a pastebin)
[19:28:48] <dindon-ccc> https://github.com/YunoHost-Apps/borg_ynh/blob/master/doc/FULL_RESTORE.md
[19:29:04] <dindon-ccc> Beside full-restore, you can just list filenames in one archive :
BORG_RSH="ssh -i /root/.ssh/id_borg_ed25519 -oStrictHostKeyChecking=yes " borg list $SRV::ARCHIVE_NAME
[19:29:16] <dindon-ccc> And mount an archive to check your backup or restore only some files :
BORG_RSH="ssh -i /root/.ssh/id_borg_ed25519 -oStrictHostKeyChecking=yes " borg list $SRV::ARCHIVE_NAME /mountpoint
[19:29:30] <dindon-ccc> Don't forget to unmount :
borg umount /mountpoint
[21:42:44] <Dave> Hi