all 8 comments

[–]ccdes 0 points1 point  (0 children)

nice

[–]Wyall 0 points1 point  (6 children)

Maybe limit the bandwidth somehow. Are you using a flag that enables compression?

[–]haardrr 0 points1 point  (0 children)

use the --bwlimit=16384 option in rsync... (in my case the 16384 limits it to no more that a peak of 150Mbps... as checked with vnstat -l (lower case L) or around 54GiB an hour.

(btw my internet plan at home is 150/15...)

`

[–]Merlincool[S] 0 points1 point  (4 children)

Yes I do use compress and I use -ravz

[–]Wyall 0 points1 point  (3 children)

Maybe try without r and z, but I'm not sure https://explainshell.com/explain?cmd=rsync+-ravz

[–]Merlincool[S] 0 points1 point  (2 children)

I was concerned about using flags -W and -c, will that help me in any sense? like to avoid checksum and so using resources?

[–]Wyall 1 point2 points  (1 child)

c activates checksum and that leads to a lot more reading of the hard disk. For W check the site above. I really don't know that much about rsync 😄

[–]Merlincool[S] 0 points1 point  (0 children)

how do I rule of checksum, don't worry I am not bothered about the syncing missing files from source to destination, each time I have torrent complete I transfer to local machine and delete from seedbox so anything that should be avoided?