X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=docs%2Famanda.8.txt;fp=docs%2Famanda.8.txt;h=8117a38fddec95980fdf23f7a6e4ee93c4819ce0;hb=310f09c0f55a2fb6f3f3746d6ded20099792b773;hp=5d143b812fc4eeba2df43a1114ba44bb039f85ab;hpb=13d6d10aa48f1dfb956ccff2f72dbaa255073472;p=debian%2Famanda diff --git a/docs/amanda.8.txt b/docs/amanda.8.txt index 5d143b8..8117a38 100644 --- a/docs/amanda.8.txt +++ b/docs/amanda.8.txt @@ -278,7 +278,6 @@ The supported drivers are: tapedev tape:/dev/rmt/0mn - . null This driver throws away anything written to it and returns EOF for any @@ -402,27 +401,29 @@ $ anchor at right ? match exactly one character except the separator * match zero or more characters except the separator ** match zero or more characters including the separator + Some examples: -EXPRESSION WILL MATCH WILL NOT MATCH -hosta hosta hostb - hoSTA.dOMAIna.ORG - foo.hosta.org -host host hosta -host? hosta host - hostb -ho*na hoina ho.aina.org -ho**na hoina - ho.aina.org -^hosta hosta foo.hosta.org -sda* /dev/sda1 - /dev/sda12 -/opt/ opt (disk) opt (host) -.opt. opt (host) opt (disk) -/ / any other disk -/usr /usr - /usr/opt -/usr$ /usr /usr/opt +EXPRESSION WILL MATCH WILL NOT MATCH +hosta hosta hostb + hoSTA.dOMAIna.ORG + foo.hosta.org +host host hosta +host? hosta host + hostb +ho*na hoina ho.aina.org +ho**na hoina + ho.aina.org +^hosta hosta foo.hosta.org +sda* /dev/sda1 + /dev/sda12 +/opt opt (disk) opt (host) +.opt. opt (host) opt (disk) +/ / any other disk +/usr /usr + /usr/opt +/usr$ /usr /usr/opt + DATESTAMP EXPRESSION