From owner-freebsd-isp Thu Jan 25 10:36:45 2001 Delivered-To: freebsd-isp@freebsd.org Received: from aspenworks.com (aspenworks.com [192.94.236.1]) by hub.freebsd.org (Postfix) with ESMTP id 97FE037B402 for ; Thu, 25 Jan 2001 10:36:22 -0800 (PST) Received: from d7k (matrix.aspenworks.com [216.38.199.82]) by aspenworks.com (8.9.3/8.9.3) with SMTP id LAA04220; Thu, 25 Jan 2001 11:36:14 -0700 (MST) (envelope-from alex@aspenworks.com) Message-ID: <009f01c086fd$ac8ca440$1700a8c0@d7k> From: "alex huppenthal" To: "Simon" , "freebsd-isp@freebsd.org" , References: <20010125182156.83BFF37B6A7@hub.freebsd.org> Subject: Re: Simple backup program. Date: Thu, 25 Jan 2001 11:36:03 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org We use rsync to create two duplicate servers. It's an efficient way to backup since it doesn't backup everything, just the changes. We did use the encryption option too, but later changed over to a private LAN to run backups among systems. This example does the job of backing up outworks.com's billybob directory to when run from another system. /usr/local/bin/rsync -e /usr/local/bin/ssh -vta outworks.com:/usr/home/billybob /usr1/home/billybob -Alex ----- Original Message ----- From: "Simon" To: "freebsd-isp@freebsd.org" ; Sent: Thursday, January 25, 2001 11:25 AM Subject: Re: Simple backup program. > We use IDE harddrive / tar zcf ... to backup important files and have them available for fast restore if needed. Obviously > there are many things you can do: mirror drives, parity, tapes, etc... But above does the trick for us. > > -Simon > > On Thu, 25 Jan 2001 13:13:05 -0800, Peter Brezny wrote: > > >I'm wondering what people are using for a simple backup solution. > > > >I'm building a server for a small isp. > > > >What have you all had good and bad experiences with. > > > >Are many of you using dump and restore, or simply tar piped to bzip2, or are > >there programs you like. > > > >Thanks for sharing your thoughts. > > > >Peter Brezny > >SysAdmin Services Inc. > > > > > > > >To Unsubscribe: send mail to majordomo@FreeBSD.org > >with "unsubscribe freebsd-isp" in the body of the message > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-isp" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message