What is the problem you are having with rclone?
Copying files with rclone becomes really slow at times but suddenly peaks in write speed for a few seconds.
The maximum write speed was about 35 megabytes per second, but it gradually decreases to a few kilobytes. Sometimes, it dips to 0 bytes per second but surges back to about 1 megabyte per second.
Run the command 'rclone version' and share the full output of the command.
rclone v1.60.1-DEV
- os/version: debian trixie/sid (64 bit)
- os/kernel: 6.12.22-rt-amd64 (x86_64)
- os/type: linux
- os/arch: amd64
- go/version: go1.23.2
- go/linking: dynamic
- go/tags: none
Which cloud storage system are you using? (eg Google Drive)
None (From local to a flash drive)
The command you were trying to run (eg rclone copy /tmp remote:tmp
)
rclone sync --multi-thread-streams 32 --transfers 10 --copy-links --metadata --progress /home/horsey_guy/For_Everything /media/horsey_guy/Ventoy/For_Everything
Please run 'rclone config redacted' and share the full output. If you get command not found, please make sure to update rclone.
Usage:
rclone config [flags]
rclone config [command]
Available Commands:
create Create a new remote with name, type and options.
delete Delete an existing remote.
disconnect Disconnects user from remote
dump Dump the config file as JSON.
file Show path of configuration file in use.
password Update password in an existing remote.
paths Show paths used for configuration, cache, temp etc.
providers List in JSON format all the providers and options.
reconnect Re-authenticates user with remote.
show Print (decrypted) config file, or the config for a single remote.
touch Ensure configuration file exists.
update Update options in an existing remote.
userinfo Prints info about logged in user of remote.
Flags:
-h, --help help for config
Additional help topics:
rclone config edit Enter an interactive configuration session.
Use "rclone [command] --help" for more information about a command.
Use "rclone help flags" for to see the global flags.
Use "rclone help backends" for a list of supported services.
Command config needs 0 arguments maximum: you provided 1 non flag arguments: ["redacted"]
The command I ran took almost 5 hours to finish with a 7.9 gigabyte directory.