YunoHost-Apps / borg_ynh

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

Possibility to add --remote-path parameter #120

Closed bauerbyter closed 2 years ago

bauerbyter commented 2 years ago

Describe the bug

Possibility to add the parameter: --remote-path in the borg-backup yunohost app. Maybe there is one and I am just to blind to find it :-)

Context

Expected behavior

Some field where I can add this parameter!

zamentur commented 2 years ago

For security reasons you should use ForceCommand on your synology. https://github.com/YunoHost-Apps/borgserver_ynh/blob/testing/scripts/install#L73

bauerbyter commented 2 years ago

Took me a while to understand, but yes you are absolutly right and it worked :-) Thanks!