Is there any way to directly upload files?

What is the problem you are having with rclone?

No problem right now, but I want to know if I can directly upload from my hard drive. Not using RAM and drive Cache.
I don't have enough remained storage to upload, so I made rclone to not use VFS cache and just use RAM as cache.

Run the command 'rclone version' and share the full output of the command.

1.59.2

Which cloud storage system are you using? (eg Google Drive)

Google Shared Drive

The command you were trying to run (eg rclone copy /tmp remote:tmp)

Paste command here
C:\rclone\rclone.exe mount RadeonHD6950BDMV:/ R: --config "C:\Users\torr0\AppData\Roaming\rclone\rclone.conf" --poll-interval 15s --log-level INFO --transfers 4 --bwlimit-file 32M --drive-chunk-size 128M --buffer-size 128M --vfs-cache-mode off --rc --rc-no-auth --rc-addr 127.0.0.1:557

The rclone config contents with secrets removed.

Paste config here

A log from the command with the -vv flag

Paste  log here

Hi AMDRadeonHD6950,

Perhaps you are looking for something like this:

C:\rclone\rclone.exe copy C:\Users\torr0\some\folder RadeonHD6950BDMV:some/folder --config "C:\Users\torr0\AppData\Roaming\rclone\rclone.conf" --log-level INFO

More info here:
https://rclone.org/commands/rclone_copy/
https://rclone.org/commands/rclone_copyto/

1 Like

Thanks a lot!!!
⍤⃝ ⍢⃝

1 Like

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