You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For 2 weeks all my borg backups have been failing. The log messages were really unspecific just stating that the script /etc/yunohost/hooks.d/backup_method/05-borg_app could not be run.
I investigated this. When I manually try to run /var/www/borg/venv/bin/borg create --stats '::auto_wordpress__8-{now}' /home/yunohost.backup/tmp/auto_wordpress__8 on my server I get the following error message:
borg create: error: argument ARCHIVE: Invalid location format: "::auto_wordpress__8-2024-08-10T18:20:56"
Describe the bug
For 2 weeks all my borg backups have been failing. The log messages were really unspecific just stating that the script
/etc/yunohost/hooks.d/backup_method/05-borg_app
could not be run.I investigated this. When I manually try to run
/var/www/borg/venv/bin/borg create --stats '::auto_wordpress__8-{now}' /home/yunohost.backup/tmp/auto_wordpress__8
on my server I get the following error message:I think a name change was introduced with this PR: https://github.com/YunoHost-Apps/borg_ynh/pull/163/files#diff-0c9f933c4ea3339e67d9dcf060db398e69fdac42c291ef1dba31299640b47473R49
Context
Steps to reproduce
Just let borg create daily automatic updates.
Expected behavior
Backups should successfully be created.
Logs
https://paste.yunohost.org/raw/uwoliwogal
The text was updated successfully, but these errors were encountered: