Here are the results of getfsent. Yes it is fine to concentrate on root (/)
for now.
Thanks,
Rob
getfsent (BSD (Ultrix, AIX))
l/r fsname mntdir fstype freq pass# mntopts
l root_domain#root / advfs 0 1 rw
l root_domain2#root /mountpoints/r advfs 0 1 rw
l /proc /proc procfs 0 0 rw
l usr_domain#usr /usr advfs 0 2
rw,userquota,groupquota
l usr_domain#var /var advfs 0 2
rw,userquota,groupquota
l usr_domain2#usr /mountpoints/u advfs 0 2
rw,userquota,groupquota
l usr_domain2#var /mountpoints/v advfs 0 2
rw,userquota,groupquota
l aptus_dmn1#fset1 /mountpoints/d advfs 0 2
rw,userquota,groupquota
l aptus_dmn1#fset2 /mountpoints/d advfs 0 2
rw,userquota,groupquota
l aptus_dmn1#fset3 /mountpoints/d advfs 0 2
rw,userquota,groupquota
l aptus_dmn2#fset1 /mountpoints/d advfs 0 2
rw,userquota,groupquota
l aptus_dmn2#fset2 /mountpoints/d advfs 0 2
rw,userquota,groupquota
l aptus_dmn2#fset3 /mountpoints/d advfs 0 2
rw,userquota,groupquota
r s03:/home/woojh /aptus/users/w nfs 0 0 rw,bg
--------
Mount for /usr not found
Mount for / not found
fstype of `/':
fstype of `/dev/root':
fstype of `/usr':
fstype of `c0t3d0s0':
device of `/tmp/foo': /tmp/foo
dirname of `/tmp/foo': /tmp/foo
fstype of `/tmp/foo':
device of `./foo': ./foo
dirname of `./foo': ./foo
fstype of `./foo':
-----Original Message-----
From: John R. Jackson [mailto:[EMAIL PROTECTED]]
Sent: Monday, July 02, 2001 3:23 PM
To: Rob Earl
Cc: Amanda-Users
Subject: Re: User Configuration for Amanda
>... from what I understand,
>dump shouldn't be used to backup advanced file systems. Instead, vdump
>should be used. Do you think this is the problem? ...
Yup.
>How would I get Amanda to use vdump instead of dump?
It should have auto-detected that for you.
Now we get to dive into one of the ickiest pieces of code you're ever
likely to run across (because it is so system dependent).
cd to client-src and "make getfsent", then run it and post the results.
All it does it make the OS calls to look up the file system information
and report what it found. No special privileges are needed.
For the moment, is it OK to concentrate on the backup of "/" (just to
avoid throwing too many variables into the mix)? If not, put the file
system (or device name) of interest on the ./getfsent command line to have
it look up that specific information (it will look up "/" by default).
>Rob
John R. Jackson, Technical Software Specialist, [EMAIL PROTECTED]