|
I need to pass arguments to backends:
cloud:
type: rclone
path: cloud:backup
options:
backup:
option:
- rclone.args='serve restic --stdio --verbose'When I run If I run the command without What am I doing wrong? |
Answered by
max-dw-i
Dec 3, 2023
Replies: 1 comment
|
For the curious, you do not need single quotes at all. So it's going to be: |
0 replies
Answer selected by
max-dw-i
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For the curious, you do not need single quotes at all. So it's going to be: