rclone/rclone

Auto settings selector

Open

#4,137 opened on Apr 16, 2020

View on GitHub
 (1 comment) (1 reaction) (0 assignees)Go (5,090 forks)batch import
UXconfigurationenhancementhelp wanted

Repository metrics

Stars
 (57,185 stars)
PR merge metrics
 (Avg merge 32d 20h) (23 merged PRs in 30d)

Description

As I see, one of the most popular topics is setting optimal flags for higher speed up/down. Tasks mostly identical, not more than maybe 5. Why not add an automatic calibration mode when the software is left overnight and iterates over various combinations of flags and their values. Generates files of various sizes and transfers them back and forth. And in the morning the user will receive a log and recommended parameters. In the quality of templates, use the configs that have recommended themselves in the forum.

--auto-tune gdrive-upload --auto-tune webdav-sync --auto-tune --chunk-check-threads=[0-1-15]1 --chunk-load-ahead=[1-1-10] --chunk-load-threads=[1-1-10] --fast-list[t-f]

something like this..

Contributor guide