Hello Everyone -
I ran into this source directory not found error. Its on a linux server. I had granted 777 to the file that at this /tmp location to see if that resolves the issue. No luck.
It appears to me, rclone tried to create a cache file and failed. So, wondering if there's an option to disable caching option or if there's a way to set the path to create that cache file at a different location that user has read/write access to it.
I appreciate if anyone has any suggestion on this can be resolved.
DEBUG LOG
2023/03/22 12:45:25 DEBUG : Using config file from "/xxxx/rclone.conf"
2023/03/22 12:45:25 DEBUG : rclone: Version "v1.55.1-DEV" starting with parameters ["/usr/bin/rclone" "-vv" "--retries" "1" "--config=/xxxx/rclone.conf" "copy" "/tmp/xxxxxx_MIGR_01.DMP" "migration:migr-bucket"]
2023/03/22 12:45:25 DEBUG : Creating backend with remote "/tmp/xxxxxx_MIGR_01.DMP"
2023/03/22 12:45:25 DEBUG : Creating backend with remote "migration:migr-bucket"
2023/03/22 12:45:25 ERROR : : error reading source directory: directory not found
2023/03/22 12:45:25 DEBUG : S3 bucket migr-bucket: Waiting for checks to finish
2023/03/22 12:45:25 DEBUG : S3 bucket migr-bucket: Waiting for transfers to finish
2023/03/22 12:45:25 ERROR : Attempt 1/1 failed with 1 errors and: directory not found
2023/03/22 12:45:25 INFO :
Transferred: 0 / 0 Bytes, -, 0 Bytes/s, ETA -
Errors: 1 (retrying may help)
Elapsed time: 0.2s
2023/03/22 12:45:25 DEBUG : 4 go routines active
2023/03/22 12:45:25 Failed to copy: directory not found