-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Doesn't work with folders/files with spaces #13
Comments
The "aborted because source is empty." message comes from rclone_jobber.sh line 83:
Are you passing in source equal to "'/mnt/user/Google" "Drive/'"? |
No. |
Please read reclone_jobber_tutorial section "If source or dest paths contain a space". |
I had tried that also. Still get an error: On Linux: ERROR: backup_Google aborted because source is empty.
'/mnt/user/Google [error opening dir]
Drive/' [error opening dir]``` |
I will look at this over the weekend. |
Fixed in rclone_jobber.sh v1.5.5 Changed line 83 to: |
Partially works: job file:
output:
|
Is the error coming from the last two lines of the job file?
|
Correct. Now those are the only two commands failing:
|
No matter whether you pass double quoted or single quoted paths to
rclone_jobber
, you get an error of the following type:The text was updated successfully, but these errors were encountered: