From owner-freebsd-questions@FreeBSD.ORG Wed Dec 29 19:15:29 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 193D016A509 for ; Wed, 29 Dec 2004 19:15:29 +0000 (GMT) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.203]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3D09243D39 for ; Wed, 29 Dec 2004 19:15:28 +0000 (GMT) (envelope-from nocmonkey@gmail.com) Received: by rproxy.gmail.com with SMTP id c16so434055rne for ; Wed, 29 Dec 2004 11:15:27 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding; b=AhwJHkwFsKtQHUgrLMRPIqlhKHHd7sKIm9eBrbOggFdcCsWih1C80p9FP3dohAsuvrwIeum7Cv5orwDLWYWXrLqf+CeppohLrgHvqCc2hHZg0oJ/q0i5RcpRI1IV680RGMOxDoqCl5BwcljE53wWWUl6f3DNq1RqAuyFr6Qh5O8= Received: by 10.38.4.61 with SMTP id 61mr271354rnd; Wed, 29 Dec 2004 11:15:27 -0800 (PST) Received: by 10.38.22.52 with HTTP; Wed, 29 Dec 2004 11:15:27 -0800 (PST) Message-ID: Date: Wed, 29 Dec 2004 14:15:27 -0500 From: Danny To: FreeBSD-questions Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: FreeBSD server(s) to backup multi-platform systems remotely X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Danny List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Dec 2004 19:15:29 -0000 Good day to you all, I would greatly appreciate any recommendations, related experiences, and tips for the following goal: On a monthly and manual basis - to take a snapshot of data from a FreeBSD server and Windows server. Then compress and hopefully encrypt the data and send it to a remote FreeBSD server through some form of efficient and secure file transfer. Uncompressed a snapshot of all the data may total over ~8GB. On a nightly and automated basis - to take a snapshot of all new and modified data from a FreeBSD server and Windows server. Then compress and hopefully encrypt the data and send it to a remote FreeBSD server through some form of efficient and secure file transfer. Uncompressed the nightly data may total ~20MB. Anytime (assuming the remote server IS available, of course) - have the ability to access the data and restore the data files to any systems respective of what type it came from (Windows or BSD, etc). And if a full restore was necessary, the data may total over 10GB. Hardware and network-wise... here is what I was thinking: FreeBSD & Windows Servers on the LAN | | LAN - firewalled v FreeBSD server where all the data would be collected and compressed v | | Internet - secure connection or transport of some type (SCP, SSH, VPN, etc.) | | Remote co-lo v FreeBSB server where all the data would be stored with at least RAID 1 Thank you! ...D