[15:15:01]
<Luc (he/him)> Hello there! I have a problem with the setup of Borg, the web ui is simply not saving my changes. Especially the periodicity field stays empty, so I cannot schedule the backups. Do you know if I can edit the setup via the terminal?
[15:19:29]
<florent> Hi Luc,
I take a look on my side
[15:20:46]
<florent> What is your version of Borg and version of Yunohost BTW?
[15:28:32]
<florent> I think I can reproduce for the periodicity, are there other config properties that have this issue?
[15:39:34]
<florent> A fix is being tested for the backup frequency: https://github.com/YunoHost-Apps/borg_ynh/pull/217/files
If you have other issues to report regarding the config panel, please let me know 🙏
[15:53:01]
<Marvin> It's working out of the box regarding Yunohost. I messed something up at the provider. 😅
[18:37:17]
<Luc (he/him)> Wow, that was super fast, thank you @florent:matrix.skeptikon.fr Borg is up to date and YH is 12.1.21. For the other fields: I had cases where saving was not working, but it finally worked.
[18:37:43]
<florent> You're welcome, I am preparing a new version to release
[18:37:47]
<postage2514 ⚡> Is anyone here having issues with installing qbittorrent?
[18:39:05]
<florent> I don't know whether I ask for other people to review it or just go on and release.
[18:46:34]
<Luc (he/him)> I can test if you want, I see the command to install the test version in the doc. But does that mean I will have to come back to the not test version, or that will be done automatically next time I update?
[18:57:22]
<florent> You may test upgrading using this command:
```
yunohost app upgrade borg -u https://github.com/YunoHost-Apps/borg_ynh/tree/7d22010014e62126e16d16a9c201bf4f90f0002d
```
It is the commit right before I bump the version.
So when the new version is released, you will be able to upgrade (which, if everything is fine, will not bring anything more than just the satisfaction to be sync with the catalog version :))
[18:59:37]
<florent> Something it also brings is the compaction of the repository:
https://github.com/YunoHost-Apps/borg_ynh/pull/214/commits/2fcfd9b094f46aa1e9fcdee214693f01f9ebbd07
The thing that worries me the most with that is the performance of the backups creation.
[20:54:57]
<Luc (he/him)> OK, I tried with the command you wrote but I get this error
[20:54:57]
<Luc (he/him)> https://paste.yunohost.org/raw/yahekoboce
[20:56:26]
<Luc (he/him)> systemctl status borg.timer
● borg.timer - Run backup borg regularly
Loaded: loaded (/etc/systemd/system/borg.timer; enabled; preset: enabled)
Active: active (waiting) since Sun 2025-09-14 22:49:58 CEST; 5min ago
Trigger: Mon 2025-09-15 00:00:00 CEST; 1h 4min left
Triggers: ● borg.service
[20:56:54]
<Luc (he/him)> (pasting this becuase the log said to check it)
[22:30:01]
<someuser> Is there a way to export my configs and installed packages, so I can reimport it on a fresh yunohost Installation and have everything setup as before ?
[22:30:32]
<someuser> I don't need a full backup I guess
[22:36:06]
<someuser> Oh I see the normal backup function is probably what I need