YunoHost-Apps / borg_ynh

An experimental Borg implementation for YunoHost
https://www.borgbackup.org/
GNU Affero General Public License v3.0
19 stars 23 forks source link

borg fails due to bad app listing #42

Closed hieronymousch closed 4 years ago

hieronymousch commented 4 years ago

yunohost app list --installed -b | grep id: | cut -d: -f2 gives errors on latest version of yunohost (specifically for the -b parameter)

should read yunohost app list | grep id: | cut -d: -f2

eauchat commented 4 years ago

I'm having the same issue. Since last yunohost update, apps were not backed up anymore.

I fixed it temporarily patching the file /usr/local/bin/backup-with-borg, according to the suggestion by @hieronymousch. Now I guess my change will simply be replaced by next update containing fixed issue.