Borg problems after last upgrade

What type of hardware are you using: Raspberry Pi 3, 4+
What YunoHost version are you running: 12.0.9.1 (stable)
What app is this about: Borg

Describe your issue

Hi,

I just upgraded Borg and have 2 issues:

-I can’t see my backups in the “last backups” tab, just “last_backups”.

-I followed the post update procedure:

Post-upgrade notes
Borg pre-version 1.2.5 had CVE in archive format. One liner to check if you’re affected is:
sudo env BORG_RSH=“ssh -i /root/.ssh/id_borg_ed25519 -p 22 -oStrictHostKeyChecking=yes " BORG_PASSPHRASE=”$(sudo yunohost app setting borg passphrase)" BORG_RELOCATED_REPO_ACCESS_IS_OK=yes BORG_REPO=“$(sudo yunohost app setting borg repository)” /var/www/borg/venv/bin/borg upgrade --show-rc --check-tam $BORG_REPO
Consult the linked documentation on how to interpret the result.

I received this:

$ sudo env BORG_RSH="ssh -i /root/.ssh/id_borg_ed25519 -p 22 -oStrictHostKeyChecking=yes " BORG_PASSPHRASE="$(sudo yunohost app setting borg passphrase)" BORG_RELOCATED_REPO_ACCESS_IS_OK=yes BORG_REPO="$(sudo yunohost app setting borg repository)" /var/www/borg/venv/bin/borg upgrade --show-rc --check-tam $BORG_REPO
[sudo] password for arnauld: 
Failed to create/acquire the lock /srv/repos/tb4hr32z/repo/lock.exclusive (timeout).
terminating with error status, rc 2

Thank you for any help.

Share relevant logs or error messages

na

Edit

I re-ran the command sudo env BORG_RSH="ssh -i /root/.ssh/id_borg_ed25519 -p 22 -oStrictHostKeyChecking=yes " BORG_PASSPHRASE="$(sudo yunohost app setting borg passphrase)" BORG_RELOCATED_REPO_ACCESS_IS_OK=yes BORG_REPO="$(sudo yunohost app setting borg repository)" /var/www/borg/venv/bin/borg upgrade --show-rc --check-tam $BORG_REPO

And this time it was successful:

Manifest authentication setup OK for this client and this repository.
terminating with success status, rc 0

So I guess it is ok, however I don’t have anything in the “last backups” tab.

Thank you.

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.