-
|
Vorta logs: when I SSH to my nas with borgbackup user, I can run When i try to log that command locally; above command works if I set Strange.... so is it my borgbackup user problem? from remote shell I can access |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
|
When you create a new repository, using Vorta, you can add additional borg Arguments. Once the new repository is created, there is currently no easy way to see or change these Arguments. |
Beta Was this translation helpful? Give feedback.
-
|
thx. all 3 methods work:
|
Beta Was this translation helpful? Give feedback.
-
|
Sure, that was my idea. |
Beta Was this translation helpful? Give feedback.
When you create a new repository, using Vorta, you can add additional borg Arguments.
In the "Advanced" tab, you can add "Extra borg Arguments". This is the place where you can specify e.g. the
full remote path for borg:
--remote-path='/usr/local/bin/borg'Once the new repository is created, there is currently no easy way to see or change these Arguments.
The following issue is related: #1963