On Thu, 15 Feb 2001, Jeff Silverman wrote:
> I am trying to restore some files from machine hawk file system /u1. I
> get a lot of matches which really aren't helpful.
>
>
> [route@kite B]# /usr/local/pkgs/amanda-2.4.1p1.server/sbin/amadmin ssli
> find hawk /u1
>From 'man amadmin' :
Disks are regular expressions, so "sd0" will match disks
"sd0a" and "sd0g" and "/mnt" will match "/mnt", "/mnt/a",
and "/mnt/b". To match only "/mnt", use "^/mnt$". This
is the same mechanism used by amrestore(8).
-Mitch