Re: dump and restore

2000-01-22 Thread Gustav Schaffter
Bret, Steve and Charles. OK, Thanks a lot for your input. (You too, Steve. I read *all* posts on a subject that I've started. :-) I'll probably look into both amanda and arkeia. If that doesn't please me, I might finally find myself going back to tar again. :-) Best regards Gustav Gustav Schaf

Re: dump and restore

2000-01-22 Thread Charles Galpin
FYI, you can do this with arkeia's arkc command line tool too. On Sat, 22 Jan 2000, Bret Hughes wrote: > > BTW I went with amanda as a backup solution partly for the very reason you > describe of not needing an X environment for restorations. One of our > boxes does not even have X on it (firew

Re: dump and restore

2000-01-22 Thread Steve Borho
On Sat, Jan 22, 2000 at 12:37:37PM -0600, Steve Borho wrote: > On Sat, Jan 22, 2000 at 12:32:01PM -0600, Bret Hughes wrote: > > > Hi, > > > > > > I was just trying out dump/restore. Seems to be a nice package. Most > > > importantly, I should be able to do a restore even if my system becomes > > >

Re: dump and restore

2000-01-22 Thread Steve Borho
On Sat, Jan 22, 2000 at 12:32:01PM -0600, Bret Hughes wrote: > > Hi, > > > > I was just trying out dump/restore. Seems to be a nice package. Most > > importantly, I should be able to do a restore even if my system becomes > > rather 'crippled' since restore doesn't require X. > > > > My problem is

Re: dump and restore

2000-01-22 Thread Bret Hughes
I don't think dump follows symbolic links by default to both keep from backing up a particular file multiple times as well as to eliminate the possibility of a recursive loop during the backup. I don't have easy access to the man pages right now (on my windows laptop at home) but it seems that I

dump and restore

2000-01-22 Thread Gustav Schaffter
Hi, I was just trying out dump/restore. Seems to be a nice package. Most importantly, I should be able to do a restore even if my system becomes rather 'crippled' since restore doesn't require X. My problem is when doing dump: I had the idea to create a directory containing only symbolic links

Re: Dump and restore

1999-11-09 Thread Steven W. Orr
I'm very curious about this one.m I use dump myself and whenever I've had to go to a tape I never had to pass over the label. When I give the extract command however, it does ask me for a label number to start at. I have no clue what that's all about; I just say 0. I'd love to know what the issue

Re: Dump and restore

1999-11-09 Thread josh
Subtle hint to get you passed the tape label. Skip by the first file! To restore try mt -f /dev/whatever fsf 1 restore -f /dev/watever Does anyone have a decent simple logging script for backups that sends mail when it is finished, but just uses dump - not rdump. All the nice stuff seems to ba

Dump and restore

1999-11-09 Thread Miguel Avillez
Hi all, Need some help. Here is the problem: 1. Made backup of a filesystem using dump 0usf /dev/nst0 / everything went well, and the dump was completed without any errors 2. Want to see what is in tape: restore -i -f /dev/nst0 got the following message: Tape is not a dump tape