--On Tuesday, November 02, 2004 22:11:12 +0000 James Marcinek <[EMAIL PROTECTED]> wrote:
> Hello everyone, > > Finally doing the backups. This is my first run and it's on a client. I'm having > a problem backup up the / partition (/dev/hde5). Here's the line in the logfile: > > FAIL planner domino /dev/hde5 20041102 0 [disk /dev/hde5 offline on domino?] > > Here's my disklist entry: > >## domino server > domino /dev/hde5 root-tar Tar works on filesystems, dump on devices. Try using your mount point instead of the device mounted on it ( / in this case). However, since the Linux box I tested it on did successfully create a tar file of the device (not the contents of, just the /dev/hd entry itself), you may have permissions problems. You might also check your fstab, I've seen some distros use some weird entries for the root filesystem. What does yours look like? Frank > domino hde1 root-tar > domino hde3 root-tar > domino hdg1 root-tar > domino hdg2 root-tar > > NOTE: I added the /dev/hde5 after the first attempt reported the error, in hopes > that it would correct the issue > > Here's a snip of the df -h on the client: > > /dev/hde5 372M 256M 96M 73% / > > > The .amandahosts is configured properly and everything else backs up fine. Can > anybody tell me what I'm doing wrong? > > Thanks, > > James
