<br><br><div class="gmail_quote">On Thu, Jan 28, 2010 at 4:04 PM, nate <span dir="ltr"><<a href="mailto:centos@linuxpowered.net">centos@linuxpowered.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

<div class="im">Rudi Ahlers wrote:<br>
> Hi,<br>
><br>
> I would like to get some input from people who have used these options for<br>
> mounting a remote server to a local server. Basically, I need to replicate /<br>
> backup data from one server to another, but over the internet (i.e. insecure<br>
> channels)<br>
<br>
</div>NFS and CIFS and iSCSI are all terrible for WAN backups(assuming<br>
you don't have a WAN optimization appliance), tons of overhead.<br>
Use rsync over SSH, or rsync over HPNSSH. I transfer over a TB of<br>
data a day using rsync over HPNSSH across several WANs.<br>
<font color="#888888"><br>
nate<br>
</font><div><div class="h5"><br>
_______________________________________________<br>
<br></div></div></blockquote><div><br></div><div>Hi Nate, </div><div><br></div><div>We used to do it like that - rsync over SSH, but the amount of support calls we got with this solution was just too much. </div><div><br>

</div><div>So, instead we mounted the backup volumes on the servers, and the end users (most of them being developers & graphic designers) could have direct access to their backups. </div><div><br></div><div>Currently we mount the SMB share over SSH, then rsync to it:</div>

<div><br></div><div>ssh -f -N -L 139:usabackup01:139 softdux@usabackup01<br>mount -t cifs //localhost/backups /bck/ -o username=xxxxxx,password=xxxxxxx<br></div><div>rsync -avz /home/pete/* /bck/home/pete/</div><div><br>
</div>
<div>^ this is just a quick sample. The different control panels use rsync differently, and some users have their own rsync scripts as well. </div><div><br></div><div>But, I don't know if this is optimal. i.e. are other protocols which will work better, and I could only think of iSCSI & NFS, but I don't know if they're any better. </div>

</div><div><br></div><div><br></div><br clear="all"><br>-- <br>Kind Regards<br>Rudi Ahlers<br>SoftDux<br><br>Website: <a href="http://www.SoftDux.com">http://www.SoftDux.com</a><br>Technical Blog: <a href="http://Blog.SoftDux.com">http://Blog.SoftDux.com</a><br>

Office: 087 805 9573<br>Cell: 082 554 7532<br>