What is the recommand config when mouting for uploading?

What is the problem you are having with rclone?

Not really an issue, but would like to learn how to set up Rclone correctly.

Have mounted a GDremote: to local as:

rclone mount GDremote: GDlocal --daemon

then inside GDlocal folder, run:

wget -i about3BillionURLOFImage.txt

Trying to upload the image as soon as they are downloaded. Is this the recommended config with Rclone? Thank you.

that looks ok to me,

wget will download the files into GDlocal and rclone will upload them to gdrive.

tho might want to use add -vv or use a rclone debug log to look for errors.
as some apps require the use of --vfs-cache-mode=writes

rclone mount --vfs-cache-mode=writes GDremote: GDlocal --daemon ?

sure, that might work, no way to know when using --daemon without a rclone debug log.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.