From owner-freebsd-questions@FreeBSD.ORG Fri Apr 4 20:13:56 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9228F106566B for ; Fri, 4 Apr 2008 20:13:56 +0000 (UTC) (envelope-from djdexter@gmail.com) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.158]) by mx1.freebsd.org (Postfix) with ESMTP id 0F3E28FC0C for ; Fri, 4 Apr 2008 20:13:55 +0000 (UTC) (envelope-from djdexter@gmail.com) Received: by fg-out-1718.google.com with SMTP id 16so201352fgg.35 for ; Fri, 04 Apr 2008 13:13:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; bh=vUSHPPEePD/f46VUysT+PoFnuzCk3/3QnJa4fFBqkMM=; b=ZgBhSPyYTToyleEg8WtWxaCnlu6dOoFfid4Tke/eBONNiST+ARaniB+2uxfS+bdhxNOcZ/lQvAyo3HjfmiqV9oBRB7yVk5wjqoZhHByfOu0ni9dRM0y/kT+Ma5X0bXCX1xQsI4RuufrkBQcxqHYb3h7xEl7PojVwc63uNoewZLk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=V1tD5WGEZo12s8665rSFXGQ5+YtEMTz2KBjvDKk47xhmUNberbcHNuu4n7vArbF5fX9ZSyELcLYB2cQ30cxzEYiLoC5ztOdJ6z0/KQlEVnqcVnYuIxyTK1qEZk93A4OdwxBhAvX5AnNkrOBAvfj/G2wxIRBeBYLqGjAkc4Y33mo= Received: by 10.82.180.10 with SMTP id c10mr3924508buf.9.1207338376496; Fri, 04 Apr 2008 12:46:16 -0700 (PDT) Received: by 10.86.93.6 with HTTP; Fri, 4 Apr 2008 12:46:16 -0700 (PDT) Message-ID: Date: Fri, 4 Apr 2008 15:46:16 -0400 From: dex To: "FreeBSD Questions" In-Reply-To: <4E73E577666CE823A7212C54@utd65257.utdallas.edu> MIME-Version: 1.0 References: <4E73E577666CE823A7212C54@utd65257.utdallas.edu> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Re: Remote backups using ssh and dump X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Apr 2008 20:13:56 -0000 On Fri, Apr 4, 2008 at 1:59 PM, Paul Schmehl wrote: > Has anyone done this? > I'm presently using rsync over ssh, but I think dump would be better if > it will work. I've been reading the man page, but I'm wondering if anyone > is doing this successfully and would like to share their cmdline. > This is an older restore document I wrote but at the beginning you can see how the backup is done: http://lists.freebsd.org/pipermail/freebsd-doc/2007-February/012190.html The backup method writes everything to a file, so it only works for filesystems of smaller sizes (<50G) depending on your backup and restore windows.