Currently, I can only bandwidth limit the copy of rclone using SSH, using a similar command to:
/mnt/md0/onedrive/bin/rlcone sync mount1: /localpath/ --bwlimit=5M
That command limits OneDrive sync to 40Mbps. It would be great if I could set this limit in the web interface.
Search found 8 matches
- 18 Oct 2020, 05:51
- Forum: New Requests & Proposals
- Topic: Enable rclone bandwidth limit option in web interface
- Replies: 1
- Views: 1748
- 18 Oct 2020, 05:48
- Forum: CloudSync
- Topic: Can you rate-limit OneDrive Sync
- Replies: 7
- Views: 3864
Re: Can you rate-limit OneDrive Sync
Just to keep you informed, using SSH, I was able to run rclone with the --bwlimit=5M option successfully. This limits the download of OneDrive sync to 40MBps. I'm going to add this request to bandwidth limit rclone to the proper forum.
- 14 Oct 2020, 23:02
- Forum: CloudSync
- Topic: Can you rate-limit OneDrive Sync
- Replies: 7
- Views: 3864
Re: Can you rate-limit OneDrive Sync
Rclone has a bandwidth limit option, so I'm unsure why you're unable to use it. I suppose I can just SSH into the NAS and search for your rclone mounting command, then try to edit it myself.
- 14 Oct 2020, 22:52
- Forum: Storage
- Topic: Slow copy to USB from RAID5 in TNAS
- Replies: 5
- Views: 2592
Re: Slow copy to USB from RAID5 in TNAS
Of the 10,000 files I was copying, 98% of them are over 1.5GB.
- 14 Oct 2020, 05:26
- Forum: CloudSync
- Topic: Can you rate-limit OneDrive Sync
- Replies: 7
- Views: 3864
Re: Can you rate-limit OneDrive Sync
If you could just private message where the rclone mounting command is stored, I can edit it myself.
- 14 Oct 2020, 04:46
- Forum: Storage
- Topic: Slow copy to USB from RAID5 in TNAS
- Replies: 5
- Views: 2592
Re: Slow copy to USB from RAID5 in TNAS
Sorry, I thought I mentioned that it is a F4-210. Per my post, I did not use USB Transfer- I connected to the NAS over SSH, then used RSYNC to copy from the NAS to a USB 3 disk.
- 08 Oct 2020, 22:55
- Forum: Storage
- Topic: Slow copy to USB from RAID5 in TNAS
- Replies: 5
- Views: 2592
Slow copy to USB from RAID5 in TNAS
I have 4 3TB Hitachi HGST 7200 RPM disks, configured in RAID5. I have a 4TB USB3 disk, formatted NTFS, attached to the TNAS. In SSH, I'm trying to rsync a folder from the RAID5 volume to the USB3 disk. Total number of files is around 10,000. Total amount of data is under 4TB. Copies to the USB3 disk...
- 08 Oct 2020, 22:51
- Forum: CloudSync
- Topic: Can you rate-limit OneDrive Sync
- Replies: 7
- Views: 3864
Can you rate-limit OneDrive Sync
I have OneDrive sync working. However, it uses all of my internet bandwidth when it runs (70Mbps). Using SSH, it looks like you're using rclone to connect to OneDrive. Where is the rclone config stored? I'd like to try to rate-limit it to 10Mbps.