|
|
Subject:
Linux Admin Q: Need to have a oneway backup process from a security VPN
Category: Computers > Security Asked by: lizardnation-ga List Price: $10.00 |
Posted:
06 Dec 2002 11:21 PST
Expires: 05 Jan 2003 11:21 PST Question ID: 120438 |
Hello, I'm dealing with a company that I've outsourced work to and now I would like to get backups sent of my data on their machines, which are contained in a trsted VPN, without compromising their security. The issue of bandwidth usage caused us to think of a VPN at the same host. What I want is an easy with the least of headache means of getting my data sent to my server at the same hosting company without them worrying about our server compromising their security. They have their VPN setup so that all servers within it trust each other and if we connect to that, they require taking over our server to assure it's trust worthy. We don't want to give them control over the server nor do we want to get access to their environment. Merely want to provide them with a method to backup our data on their servers to our server at the same hosting comapny without drainig Internet bandwidth which is expensive when backing up hundreds of gigs weekly. They mentioned that they use a firewall as well. Need a few recommendations in how to approach this. | |
| |
|
|
There is no answer at this time. |
|
Subject:
Re: Linux Admin Q: Need to have a oneway backup process from a security VPN
From: davidch-ga on 12 Jan 2003 15:52 PST |
You may want to use rsync http://www.rsync.org. It is an incremental file transfer protocol written by the guy who started the samba. You can tunnel it through ssh for security and it is by nature bandwidth friendly. It will chew on the cpu some, which you can control with nice, but will allow you to pass through the customer's firewall without making changes to it (in many cases). I understand the customer's sys admin wants his side to control the connection. Using rsync in a crontab will do this. If a VPN is used, you don't have to worry about tunneling through ssh or opening ports on your firewall. |
Subject:
Re: Linux Admin Q: Need to have a oneway backup process from a security VPN
From: samus_aran-ga on 26 Jan 2003 09:04 PST |
Rsync + SSH is what I would suggest as well -- we use it at work for backing up all the machines in our office to a single backup machine. It is excellent at reducing bandwidth consumption when doing incrimental backups. If those gigs of data you speak of are not starting from scratch each day/week/month, it makes all the difference in the world. It creates a checksum to determine if a given packet of data has changed. It makes it very plausible to maintain a mirror of a large system over the Internet, so long as there is some CPU available on both of the machines. To automate it you just need to to generate the host key and put it on the destination server so that a password is not needed at connection time. Good luck in your backup. |
If you feel that you have found inappropriate content, please let us know by emailing us at answers-support@google.com with the question ID listed above. Thank you. |
Search Google Answers for |
Google Home - Answers FAQ - Terms of Service - Privacy Policy |