Hi my flexbackup does not appear to be backing up all the data on the drives. Its only backing up / /boot.
I have 96MB of configuration files and 19GB of data on the server.
I have 2 4GB scsi drives and 1 40GB IDE drive were the data resides /dev/hda1.
I would like the data on hda1 to be included in the backup.
I've tried the command prompt tools to look at the tape but that is also not working saying that restore and dump are not in my path.
Heres a dump of the mounted volumes.
/dev/sda6 on / type ext2 (rw,usrquota,grpquota)
none on /proc type proc (rw)
usbdevfs on /proc/bus/usb type usbdevfs (rw)
/dev/sda1 on /boot type ext2 (rw)
none on /dev/pts type devpts (rw,gid=5,mode=620)
/dev/sdb1 on /home/e-smith/files/ibays/inet type ext2 (rw)
/dev/hda1 on /home/e-smith/files/ibays/fs1 type ext2 (rw)
Heres a log of the backup.
|------------------------------------------------
| Doing level 0 backup of all using dump
| Retensioning tape...
| Rewinding & erasing tape...
| Creating index key 200210140100.21
| Tape #0
| Filesystems = / /boot
|------------------------------------------------
At block 2.
|------------------------------------------------
| File number 1, index key 200210140100.21
| Backup of: /
| Date of this level 0 backup: Mon Oct 14 01:00:21 2002
| Date of last level 0 backup: the epoch
|------------------------------------------------
| (dump -0 -b 10 -a -f - / | gzip -4) | buffer -m 3m -s 10k -u 100 -t -p 75 -B \
| -o /dev/nst0
|------------------------------------------------
DUMP: Date of this level 0 dump: Mon Oct 14 01:00:21 2002
DUMP: Dumping /dev/sda6 (/) to standard output
DUMP: Added inode 7 to exclude list (resize inode)
DUMP: Label: /
DUMP: mapping (Pass I) [regular files]
DUMP: mapping (Pass II) [directories]
DUMP: estimated 550490 tape blocks.
DUMP: Volume 1 started with block 1 at: Mon Oct 14 01:00:32 2002
DUMP: dumping (Pass III) [directories]
DUMP: dumping (Pass IV) [regular files]
DUMP: 54.23% done at 995 kB/s, finished in 0:04
DUMP: Volume 1 completed at: Mon Oct 14 01:10:28 2002
DUMP: Volume 1 582080 tape blocks (568.44MB)
DUMP: Volume 1 took 0:09:56
DUMP: Volume 1 transfer rate: 976 kB/s
DUMP: 582080 tape blocks (568.44MB)
DUMP: finished in 596 seconds, throughput 976 kBytes/sec
DUMP: Date of this level 0 dump: Mon Oct 14 01:00:21 2002
DUMP: Date this dump completed: Mon Oct 14 01:10:28 2002
DUMP: Average transfer rate: 976 kB/s
DUMP: DUMP IS DONE
Kilobytes Out 195180
|------------------------------------------------
| Backup start: Mon Oct 14 01:00:21 2002
| Backup end: Mon Oct 14 01:10:37 2002
|------------------------------------------------
At block 19520.
|------------------------------------------------
| File number 2, index key 200210140100.21
| Backup of: /boot
| Date of this level 0 backup: Mon Oct 14 01:10:47 2002
| Date of last level 0 backup: the epoch
|------------------------------------------------
| (dump -0 -b 10 -a -f - /boot | gzip -4) | buffer -m 3m -s 10k -u 100 -t -p \
| 75 -B -o /dev/nst0
|------------------------------------------------
DUMP: Date of this level 0 dump: Mon Oct 14 01:10:47 2002
DUMP: Dumping /dev/sda1 (/boot) to standard output
DUMP: Added inode 7 to exclude list (resize inode)
DUMP: Label: /boot
DUMP: mapping (Pass I) [regular files]
DUMP: mapping (Pass II) [directories]
DUMP: estimated 3003 tape blocks.
DUMP: Volume 1 started with block 1 at: Mon Oct 14 01:10:47 2002
DUMP: dumping (Pass III) [directories]
DUMP: dumping (Pass IV) [regular files]
DUMP: Volume 1 completed at: Mon Oct 14 01:10:49 2002
DUMP: Volume 1 2990 tape blocks (2.92MB)
DUMP: Volume 1 took 0:00:02
DUMP: Volume 1 transfer rate: 1495 kB/s
DUMP: 2990 tape blocks (2.92MB)
DUMP: finished in 1 seconds, throughput 2990 kBytes/sec
DUMP: Date of this level 0 dump: Mon Oct 14 01:10:47 2002
DUMP: Date this dump completed: Mon Oct 14 01:10:49 2002
DUMP: Average transfer rate: 1495 kB/s
DUMP: DUMP IS DONE
Kilobytes Out 1810
|------------------------------------------------
| Backup start: Mon Oct 14 01:10:47 2002
| Backup end: Mon Oct 14 01:10:55 2002
|------------------------------------------------
At block 19701.
|------------------------------------------------
| Rewinding...
|------------------------------------------------
How to I include /hda1 in the backup?
Thanks for any help.
Jason