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.

Got problems with your B2 or B3? Share and get helped!
Post Reply
86ivar
Posts: 148
Joined: 02 Oct 2010, 11:08

Backuping 1.8TB, need to limit bandwith.

Post by 86ivar »

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!
Ubi
Posts: 1549
Joined: 17 Jul 2007, 09:01

Re: Backuping 1.8TB, need to limit bandwith.

Post by Ubi »

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
Gordon
Posts: 1470
Joined: 10 Aug 2011, 03:18

Re: Backuping 1.8TB, need to limit bandwith.

Post by Gordon »

Code: Select all

man tc
Or simply check out this page
Ubi
Posts: 1549
Joined: 17 Jul 2007, 09:01

Re: Backuping 1.8TB, need to limit bandwith.

Post by Ubi »

Does tc work better than trickle?
Gordon
Posts: 1470
Joined: 10 Aug 2011, 03:18

Re: Backuping 1.8TB, need to limit bandwith.

Post by Gordon »

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.
Ubi
Posts: 1549
Joined: 17 Jul 2007, 09:01

Re: Backuping 1.8TB, need to limit bandwith.

Post by Ubi »

Fair enough. Trickle is a little easier i think? I never got tc to work without reading the manual :D
Gordon
Posts: 1470
Joined: 10 Aug 2011, 03:18

Re: Backuping 1.8TB, need to limit bandwith.

Post by Gordon »

Ubi wrote:Fair enough. Trickle is a little easier i think? I never got tc to work without reading the manual :D
I guess the script on the page I linked before would allow people to cheat themselves around that issue :wink:
Post Reply