From owner-freebsd-questions@FreeBSD.ORG Sat Jun 23 09:38:22 2012 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 BF59B106566C for ; Sat, 23 Jun 2012 09:38:22 +0000 (UTC) (envelope-from nec556@retena.com) Received: from resmaa13.ono.com (smtp13.ono.com [62.42.230.16]) by mx1.freebsd.org (Postfix) with ESMTP id 52DD58FC0A for ; Sat, 23 Jun 2012 09:38:22 +0000 (UTC) Received: from GogPortatil.retena.com (37.11.165.133) by resmaa13.ono.com (8.5.113) (authenticated as nec556@retena.com) id 4FA8827200C1EDC7 for freebsd-questions@freebsd.org; Sat, 23 Jun 2012 11:38:21 +0200 Message-ID: <4FA8827200C1EDC7@> (added by postmaster@resmaa13.ono.com) X-Mailer: QUALCOMM Windows Eudora Version 7.1.0.9 Date: Sat, 23 Jun 2012 11:41:01 +0200 To: freebsd-questions@freebsd.org From: Eduardo Morras In-Reply-To: <20120623003717.GD7876@hemlock.hydra> References: <20120622160903.GE24912@hemlock.hydra> <20120622184740.GA67847@slackbox.erewhon.net> <20120623003717.GD7876@hemlock.hydra> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-Antivirus: AVG for E-mail 2012.0.2180 [2437/5087] Subject: Re: backup tools 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: Sat, 23 Jun 2012 09:38:22 -0000 At 02:37 23/06/2012, Chad Perrin wrote: >On Fri, Jun 22, 2012 at 08:47:40PM +0200, Roland Smith wrote: > > On Fri, Jun 22, 2012 at 10:09:03AM -0600, Chad Perrin wrote: > > > I'm setting up a "new" backup server using FreeBSD. It will be used for > > > backing up laptops, which will not be connected to the network by any > > > kind of schedule, so backups will be initiated manually rather than by > > > cron or other scheduled procedures. > > > > What are the laptops running? > >FreeBSD, Debian, and/or Ubuntu. There's at least one of each. I >apologize for not mentioning that sooner. I had a feeling I'd overlook >something. If it must work with all OS and you have no restrictions on network you can: a) activate PXE/WOL on bios b) start the laptop via PXE using a freebsd/linux/whatever_os_you_want_to_use c) use dd piped to rsync to make the backups This way you don't need to install anything on your freebsd ubuntu debian.