Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 09 Mar 2006 08:36:40 -0500
From:      Nathan Vidican <nvidican@wmptl.com>
To:        Dave <dmehler26@woh.rr.com>
Cc:        questions@freebsd.org
Subject:   Re: sending large amount of data securely
Message-ID:  <44102F68.8020802@wmptl.com>
In-Reply-To: <010e01c642cb$0701ca70$0200a8c0@satellite>
References:  <010e01c642cb$0701ca70$0200a8c0@satellite>

next in thread | previous in thread | raw e-mail | index | archive | help
Dave wrote:
> Hello,
>    I've got two freebsd6 boxes on one i have a large collection of 
> files, like about 3.5 gb worth, that i want to send securely to the 
> other box. I've tried:
> 
> scp -24Cpr
> 
> to do it, it transfered 1gb of data then quit. I'm suspecting it didn't 
> get the sym links if any in this data. Any suggestions appreciated.
> Thanks.
> Dave.
> 
> _______________________________________________
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to 
> "freebsd-questions-unsubscribe@freebsd.org"
> 
> 
We mirror (nightly) about 300GB worth of data accross one master and three slave 
servers (three copies of 300GB of data nightly) using rsync, we do not use ssh 
as it's a local-only gigabit ethernet link between servers, but it's not overly 
difficult to accomplish in your case.

One thing to note; rsync will allow you to keep data synchronized by only 
copying the difference from one directory tree to another, so in our case the 
actual nightly transfer is only in the neighborhood of about 30GB, and it takes 
about 1/2hr to complete to all slaves in sequence.

Hope it helps, but my two cents - use rsync for that.

-- 
Nathan Vidican
nvidican@wmptl.com
Windsor Match Plate & Tool Ltd.
http://www.wmptl.com/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?44102F68.8020802>