From owner-freebsd-questions@FreeBSD.ORG Thu Dec 30 16:55:20 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 0449816A4CE for ; Thu, 30 Dec 2004 16:55:20 +0000 (GMT) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.198]) by mx1.FreeBSD.org (Postfix) with ESMTP id A194143D2D for ; Thu, 30 Dec 2004 16:55:19 +0000 (GMT) (envelope-from nocmonkey@gmail.com) Received: by rproxy.gmail.com with SMTP id g11so44099rne for ; Thu, 30 Dec 2004 08:55:19 -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:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=ZIMA0/2CK4bcjUMiXj0I+fl3/J9cH5IkseEd3Qtf6qyCm090+QBXQjE/owk7NAS2WfVi72XumkKElLDVoUMZMbTQ1jB3JF1U8dCyN2rGJxrZI+6qqCvA4SDajZV2GBbJPg2AYcpZxLTKdlgm+eO06CCH+wcMuEiRU0CWReTZO78= Received: by 10.38.162.59 with SMTP id k59mr102rne; Thu, 30 Dec 2004 08:55:18 -0800 (PST) Received: by 10.38.22.52 with HTTP; Thu, 30 Dec 2004 08:55:18 -0800 (PST) Message-ID: Date: Thu, 30 Dec 2004 11:55:18 -0500 From: Danny To: Dave McCammon In-Reply-To: <20041230163135.85147.qmail@web41407.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <20041230163135.85147.qmail@web41407.mail.yahoo.com> cc: questions@freebsd.org Subject: Re: 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: Thu, 30 Dec 2004 16:55:20 -0000 On Thu, 30 Dec 2004 08:31:34 -0800 (PST), Dave McCammon wrote: > I haven't caught all of this thread but I'll share > what I do. > I use rsync to sync file to a server for backup. > 6 FreeBSD and one Win2K which have been set up to > rsync at different times in the morning hours. Any of this communcation/transfer encrypted or compressed? What type of backup would you compare your solution to -- incremental, differential, full, etc.? How many GB's you transfer? > On the Win2k machine, I have cygwin running that I use > to rsync the data over every night. I think there is > rsync for windows but I liked the command line > capabilities that cygwin gives me. > All use ssh in the rsync. [...] How do you restore files? ...D