wolfv
wolfv
The "aborted because source is empty." message comes from rclone_jobber.sh line 83: ``` # if source is empty if ! test "$(rclone lsf --max-depth 1 $source)"; then # rclone lsf...
Please read reclone_jobber_tutorial section "If source or dest paths contain a space".
I will look at this over the weekend.
Fixed in rclone_jobber.sh v1.5.5 Changed line 83 to: `if ! test "rclone lsf --max-depth 1 $source"; then # rclone lsf requires rclone 1.40 or later`
Is the error coming from the last two lines of the job file? #display test directories (display for tutorial only, don't do this in production) tree -a $source rclone ls...
I can do that on the next version of rclone_jobber.sh by parsing for the --FAT option flag. It will be a few weeks before I get around to it. Thanks...
Ya, I will go through the whole script and see what can be made into an option flag.
Thanks for the PR. I added --quiet to rclone_jobber.sh, wget In a few weeks, I will add option flags to rclone_jobber.sh and add a custom_log_file flag (instead of a 7th...
I installed html2text. Book worm still says "No matches found for 'money' in Kiss Your Money Hello!". The error message in debug mode is different: [WARNING 03:54:47.336191] utils.vala:95: Execution of...
Yes, and I get the same results without the leading "file:///". Wolfram Volpi [email protected] On Thursday, June 19, 2014 1:02 PM, Peter Odding [email protected] wrote: Does it work correctly when...