Bandwidth and File Count Scheduling

Using version 3.9.4.60020 on Ubuntu Studio 24.04 LTS. I’m currently in the process of up-syncing a few terabytes of data. Is there a feature I’m missing that allows me to increase and/or schedule bandwidth usage? I have no fear of diving into the sqlite databases if needs be.

Thanks,

Henry

Hi @Henry_Gernhardt! There is no feature similar to bandwidth control/scheduled syncing, but it’s a feature request that other users have raised previously. I’d be happy to add your vote to it :slight_smile:

Could you let me know if you’re encountering any issues?

Thank you, no issues. I’ve been in the process of syncing several terabytes of data and was hoping there was something I was missing.

1 Like

Hi @Henry_Gernhardt , I had to do the same recently and decided to use rclone for the initial transfer. It allows you to set the number of simultaneous transfers and recovers well from issues. I believe it also allows bandwidth limits. Afterwards, I just pointed insync to the correct folder and it checked all the files and updated the green ticks.

Good luck

Gert

1 Like

Gert—

Shouldathunka rclone for this purpose. I actually use rsync in a backup script I use.

Thanks,

Henry