Re: Disaster Recovery

2004-03-11 Thread Joshua Baker-LePain
On Thu, 11 Mar 2004 at 10:43am, todd zenker wrote > What are the files needed for a Disaster Recovery on the backup server?? I think what you mean is what files do you need in order to save the complete current state and history of the backups, although I'm guessing as your request was overly t

Re: Disaster Recovery

2004-03-11 Thread Jonathan Dill
Joshua Baker-LePain wrote: I think what you mean is what files do you need in order to save the complete current state and history of the backups, although I'm guessing as your request was overly terse. If that's right, you need: the config dirs (where your amanda.confs are) the "infofile" dir

RE: disaster recovery

2004-03-24 Thread Gavin Henry
if you are running a redhat machine or fedora you have: kickstart. This will automate everything

Re: Disaster recovery.

2003-08-09 Thread Greg Troxel
I don't use index files at all. In case of disaster, I expect to have to get a new machine and tape drive, with tons of disk, and put each tape in, reading it from start to finish (streaming) and just write each file to disk. Then, I'll be looking for the most recent 0 of each fs, and the most re

Re: Disaster recovery.

2003-08-09 Thread Michael D. Schleif
Also sprach Gene Heskett (Fri 08 Aug 02003 at 02:16:17PM -0400): > On Friday 08 August 2003 14:00, Ean Kingston wrote: > >I've been starting to work on a DRP plan here and I've run into a > > bit of a catch-22. > > > >If the amanda index (and tape in my case) server is lost and all I > > have left

Re: Disaster recovery.

2003-08-09 Thread Gene Heskett
On Friday 08 August 2003 14:00, Ean Kingston wrote: >I've been starting to work on a DRP plan here and I've run into a > bit of a catch-22. > >If the amanda index (and tape in my case) server is lost and all I > have left is the tapes. How do I rebuild new index files for my > tapes so that I can r

Re: Disaster recovery.

2003-08-11 Thread Greg Troxel
[offlist comment about cost of disk for reading tapes to disk] Well, keep in mind that you only need to buy the disks after your building burns down and you need new equipment. THe point is to avoid reading tapes multiple times - you never know when they are going to fail. Post-disaster, tape

Re: Disaster recovery.

2003-08-14 Thread Niall O Broin
On Friday 08 August 2003 19:16, Gene Heskett wrote: > >If the amanda index (and tape in my case) server is lost and all I > > have left is the tapes. How do I rebuild new index files for my > > tapes so that I can restore? I can't just restore the last set of > > index files from the most recent b

Re: Disaster Recovery--- Thanks

2004-03-11 Thread todd zenker
Thanks Joshua. I figured that is what is needed in order to recover my backup server. I'm familiar with Tivoli Disaster Recovery. Thanks again. At 11:01 AM 3/11/2004, Joshua Baker-LePain wrote: On Thu, 11 Mar 2004 at 10:43am, todd zenker wrote > What are the files needed for a Disaster Recove

Re: Disaster Recovery Recipe

2001-01-10 Thread John R. Jackson
>I'm trying to put together a procedure to recover data if the amanda >server goes down. Is there a recipe for doing this? I'm mainly >interested in reading amanda tapes without amanda. Have you read docs/RESTORE? Or www.backupcentral.com/amanda.html? Both cover how to read Amanda tapes withou

RE: Disaster Recovery Recipe

2001-01-10 Thread Chris Herrmann
You should be able to read it off by catting /dev/st0 or similar; One question I'd like to add is, is it possible to store the updated indexes on the tape - I ask because in case of disaster, you'd ideally want to be able to know that you need tapes 5,6,7 and no others to bring your system back to

RE: Disaster Recovery Recipe

2001-01-10 Thread Bort, Paul
ED]] Sent: Wednesday, January 10, 2001 4:17 PM To: 'Bradley Glonka'; [EMAIL PROTECTED] Subject: RE: Disaster Recovery Recipe You should be able to read it off by catting /dev/st0 or similar; One question I'd like to add is, is it possible to store the updated indexes on the tape - I

Re: Disaster Recovery Recipe

2001-01-10 Thread John R. Jackson
>... Can these indexes be written to tape as well ... That's a part of the taper rewrite work to be done. It will provide for a "File-1" that is written at the start of each tape and a "File-N" that is written at the end of each tape. What you put in them will be up to you, but the Amanda confi

Re: Disaster Recovery Recipe

2001-01-11 Thread Chris Karakas
"Bort, Paul" wrote: > > If you can't append, you could write your indexes to a separate tape, as a > separate backup set. Or to a MO/Zip/ORB disk. You just have to cp -auv /var/lib/amanda/Set1 It may not be "vital" for the backups to save the index, but I insist on having it doubly copied to

RE: Disaster Recovery on Windows

2002-02-25 Thread Matt Galer
my personal strategy is as follows: - I have Imagecast images for our 4 generic server types (NT/2000 web and db). this allows me to quickly deploy the OS and necessary applications. There are several products like Imagecast out on the market for imaging windows partitions. - change the network

RE: Disaster Recovery on Windows

2002-02-25 Thread Bort, Paul
Backup only the data. Keep a copy of the install CDs and install instructions on site and off site. Practice your re-install. (We can re-install a box in under four hours with Citrix and all apps.) > -Original Message- > From: Jan Boshoff [mailto:[EMAIL PROTECTED]] > Sent: Monday, Febru

RE: Disaster Recovery on Windows

2002-02-25 Thread Joshua Baker-LePain
> > -Original Message- > > From: Jan Boshoff [mailto:[EMAIL PROTECTED]] > > I just had a thought and would like to probe the great minds of this > > list. Would anyone do a disaster recovery type of restore of a Winbox > > that was backed up using smbclient?I'm currently backing up t

Re: Disaster Recovery on Windows

2002-02-25 Thread Kasper Edwards
At 15:58 25-02-2002 -0500, Jan Boshoff wrote: >Hi all > >I just had a thought and would like to probe the great minds of this >list. Would anyone do a disaster recovery type of restore of a Winbox >that was backed up using smbclient?I'm currently backing up the >complete winbox, but it occure

Re: Disaster recovery and amanda-2.6.0b1

2008-01-13 Thread Dustin J. Mitchell
On Jan 13, 2008 2:25 PM, Gene Heskett <[EMAIL PROTECTED]> wrote: > [EMAIL PROTECTED] amanda-2.6.0b1-20080111]# su amanda -c "amcheck Daily" > bash: /usr/local/sbin/amcheck: Permission denied > [EMAIL PROTECTED] amanda-2.6.0b1-20080111]# su - amanda > [EMAIL PROTECTED] ~]$ ls > amanda-2.5.2p1-200707

Re: Disaster recovery and amanda-2.6.0b1

2008-01-13 Thread Gene Heskett
On Sunday 13 January 2008, Dustin J. Mitchell wrote: >On Jan 13, 2008 2:25 PM, Gene Heskett <[EMAIL PROTECTED]> wrote: >> [EMAIL PROTECTED] amanda-2.6.0b1-20080111]# su amanda -c "amcheck Daily" >> bash: /usr/local/sbin/amcheck: Permission denied >> [EMAIL PROTECTED] amanda-2.6.0b1-20080111]# su -

Re: Disaster recovery and amanda-2.6.0b1

2008-01-13 Thread Dustin J. Mitchell
On Jan 13, 2008 9:00 PM, Gene Heskett <[EMAIL PROTECTED]> wrote: > Is there anything in that config driver that I should change for 2.6.0b1? Not that I know of. The changes to note are in the NEWS and ReleaseNotes -- in particular, some new build dependencies, lib and libexec files moved to lib/a

Re: Disaster recovery and amanda-2.6.0b1

2008-01-13 Thread Gene Heskett
On Sunday 13 January 2008, Dustin J. Mitchell wrote: >On Jan 13, 2008 9:00 PM, Gene Heskett <[EMAIL PROTECTED]> wrote: >> Is there anything in that config driver that I should change for 2.6.0b1? > >Not that I know of. The changes to note are in the NEWS and >ReleaseNotes -- in particular, some ne

Re: Disaster recovery and amanda-2.6.0b1

2008-01-14 Thread Gene Heskett
On Sunday 13 January 2008, Dustin J. Mitchell wrote: >On Jan 13, 2008 9:00 PM, Gene Heskett <[EMAIL PROTECTED]> wrote: >> Is there anything in that config driver that I should change for 2.6.0b1? > >Not that I know of. The changes to note are in the NEWS and >ReleaseNotes -- in particular, some ne

Re: Disaster recovery and amanda-2.6.0b1

2008-01-14 Thread Gene Heskett
On Monday 14 January 2008, Gene Heskett wrote: >On Sunday 13 January 2008, Dustin J. Mitchell wrote: >>On Jan 13, 2008 9:00 PM, Gene Heskett <[EMAIL PROTECTED]> wrote: >>> Is there anything in that config driver that I should change for 2.6.0b1? >> >>Not that I know of. The changes to note are in

Re: Disaster recovery and amanda-2.6.0b1

2008-01-14 Thread Gene Heskett
On Monday 14 January 2008, Gene Heskett wrote: >On Sunday 13 January 2008, Dustin J. Mitchell wrote: >>On Jan 13, 2008 9:00 PM, Gene Heskett <[EMAIL PROTECTED]> wrote: >>> Is there anything in that config driver that I should change for 2.6.0b1? >> >>Not that I know of. The changes to note are in

Re: Disaster recovery and amanda-2.6.0b1

2008-01-14 Thread Dustin J. Mitchell
On Jan 14, 2008 3:53 AM, Gene Heskett <[EMAIL PROTECTED]> wrote: > PS, from the amverify run I do after the backup run: amverify is deprecated -- please use amcheckdump. > driver: FATAL event_register: Invalid file descriptor 4294967295 That's probably not a maxfilesize problem. That's the "un

Re: Disaster recovery and amanda-2.6.0b1

2008-01-14 Thread Gene Heskett
On Monday 14 January 2008, Dustin J. Mitchell wrote: >On Jan 14, 2008 3:53 AM, Gene Heskett <[EMAIL PROTECTED]> wrote: >> PS, from the amverify run I do after the backup run: > >amverify is deprecated -- please use amcheckdump. > >> driver: FATAL event_register: Invalid file descriptor 4294967295

Re: Disaster recovery and amanda-2.6.0b1

2008-01-14 Thread Gene Heskett
On Monday 14 January 2008, Dustin J. Mitchell wrote: >On Jan 14, 2008 3:53 AM, Gene Heskett <[EMAIL PROTECTED]> wrote: >> PS, from the amverify run I do after the backup run: > >amverify is deprecated -- please use amcheckdump. > >> driver: FATAL event_register: Invalid file descriptor 4294967295

Re: Disaster recovery and amanda-2.6.0b1

2008-01-14 Thread Dustin J. Mitchell
On Jan 14, 2008 11:22 AM, Gene Heskett <[EMAIL PROTECTED]> wrote: > I just looked at the runtar-debug and it looks like we have a version mixing > problem, they all say they were generated by 2.5.2p1! Or did someone forget > to update an internal version string? It's updated in HEAD -- try runnin

Re: Disaster recovery and amanda-2.6.0b1

2008-01-14 Thread Gene Heskett
On Monday 14 January 2008, Dustin J. Mitchell wrote: >On Jan 14, 2008 11:22 AM, Gene Heskett <[EMAIL PROTECTED]> wrote: >> I just looked at the runtar-debug and it looks like we have a version >> mixing problem, they all say they were generated by 2.5.2p1! Or did >> someone forget to update an int

Re: Disaster recovery and amanda-2.6.0b1

2008-01-14 Thread Dustin J. Mitchell
Whoops, I meant to send this to the list, too. On Jan 14, 2008 2:59 PM, Gene Heskett <[EMAIL PROTECTED]> wrote: > And note that the fedora 8 repo's have no clue about this added perl stuffs, > it must be obtained from cpan by the rather lengthy procedure I used & > partially logged here AFAIK. Th

Re: Disaster recovery and amanda-2.6.0b1

2008-01-14 Thread Gene Heskett
On Monday 14 January 2008, Dustin J. Mitchell wrote: >On Jan 14, 2008 11:22 AM, Gene Heskett <[EMAIL PROTECTED]> wrote: >> I just looked at the runtar-debug and it looks like we have a version >> mixing problem, they all say they were generated by 2.5.2p1! Or did >> someone forget to update an int

Re: Disaster recovery and amanda-2.6.0b1

2008-01-15 Thread Ian Turner
On Monday 14 January 2008 14:42:44 Gene Heskett wrote: > That test run was successfull, but I had to consult my scripts log to see > if amcheckdump was actually ran, which it did. I'm used to getting an > email from it and did not. Does it send one if it fails? Amcheckdump does not send any e-ma

Re: Disaster recovery and amanda-2.6.0b1

2008-01-15 Thread Gene Heskett
On Tuesday 15 January 2008, Ian Turner wrote: >On Monday 14 January 2008 14:42:44 Gene Heskett wrote: >> That test run was successfull, but I had to consult my scripts log to see >> if amcheckdump was actually ran, which it did. I'm used to getting an >> email from it and did not. Does it send on

Re: Disaster/Recovery using amanda and 'dump'

2003-12-22 Thread Joshua Baker-LePain
On Mon, 22 Dec 2003 at 2:10pm, Roberto Samarone Araújo (RSA) wrote > I'm using amanda with 'dump', instead of 'tar', to backup my servers. I > would like to know what's the procedures to recovery a backup from a tape if > my amanda server down. It's the same as if you were using tar, but you

Re: Disaster/Recovery using amanda and 'dump'

2003-12-22 Thread Gene Heskett
On Monday 22 December 2003 17:10, Roberto Samarone Araújo (RSA) wrote: >Hi, > >I'm using amanda with 'dump', instead of 'tar', to backup my > servers. I would like to know what's the procedures to recovery a > backup from a tape if my amanda server down. > > thanks, > >

Re: Disaster recovery and amanda-2.6.0b1, more info

2008-01-16 Thread Gene Heskett
Greetings; After last nights run, I thought I'd see if it was using the new versions of things, but the only routine of those that do report in their debug files what version they are, is the runtar I copied out of /usr/local/libexec/amanda/runtar and put in /usr/local/libexec. Everything else