Hi!
I need to backup about 1.8 TB of data over internet, from B2 to a NAS at my parents home.
Problem is that the network my B2 is on has a 20GB per 24 Hr limit, anything over will get banned from the network.
Can I make a bakup script with a bandwidth limit?
Also I thought about making a torrent out of the whole thing and download it. Is that possible through SSH for instance?? I think that would be the best so nothing gets corrupted if the power goes out!
Please note the new address for this forum : forum.excito.org. The old address redirects here but I don't know for how long. Thanks !
New user's registration have been closed due to high spamming and low trafic on this forum. Please contact forum admins directly if you need an account. Thanks !
Backuping 1.8TB, need to limit bandwith.
Re: Backuping 1.8TB, need to limit bandwith.
Can you send a hard disk over the post?
I know this is not what you're looking for, but backup op 2TB over a DSL is going to take forever, no matter how you slice it.
if you really want to copy, rsync is your friend. It has a --bwlimit option, although this not always works as expected
http://stackoverflow.com/questions/1006 ... ot-working
I know this is not what you're looking for, but backup op 2TB over a DSL is going to take forever, no matter how you slice it.
if you really want to copy, rsync is your friend. It has a --bwlimit option, although this not always works as expected
http://stackoverflow.com/questions/1006 ... ot-working
Re: Backuping 1.8TB, need to limit bandwith.
Code: Select all
man tc
Re: Backuping 1.8TB, need to limit bandwith.
Does tc work better than trickle?
Re: Backuping 1.8TB, need to limit bandwith.
Don't know. Never had any use for this. But tc is already installed on the B2/3 (it's part of the iproute2 package) so it's the logical first choice.
Re: Backuping 1.8TB, need to limit bandwith.
Fair enough. Trickle is a little easier i think? I never got tc to work without reading the manual 

Re: Backuping 1.8TB, need to limit bandwith.
I guess the script on the page I linked before would allow people to cheat themselves around that issueUbi wrote:Fair enough. Trickle is a little easier i think? I never got tc to work without reading the manual
