pointers for working with rclone and environment variables #123
Replies: 2 comments 6 replies
-
I've explicitly disabled shell execution in order to avoid some security issues. There's one question that bugs me: You're using |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have an existing backup to OneDrive via rclone which runs daily via a window batch file triggered from the scheduler. All is fine.
Now I try to put it in npbackup but am struggling to get it to work and would appreciate some hints. Bear with me as I write it down from the end user perspective.
Here is how I constructed the npbackup Configuration.
Destination tab
Backup tab
Environment variables tab
Pre/Post exec tab
This gets accepted without any errors.
However when I change to this repo in the main window it gives an error.
So the error is clear, and rclone is not in my%PATH%. I added it and removed the -o rclone.program option.
Here are the (multiple) errors of the run with rclone:
I quickly fixed the many pre-exec repetitions by enabling this:

and fixed the smaller than minimum backup size by configuring that to zero.
remaining questions:
Beta Was this translation helpful? Give feedback.
All reactions