Hammer and Leafnode
Matthew Dillon
dillon at apollo.backplane.com
Sun Oct 5 21:27:33 PDT 2008
: Hi,
:
: I have a Hammer filesystem in place as a backup filesystem for
:my /home fileystems on a couple of boxes (they're UFS and I'm feeding the
:backup with jscan which works very well). One of the things being backed up
:is my leafnode spool which causes a problem - there exist in the spool
:files with names like:
:
:<v@@ZApHpvKaG092yn at visi.com>
:
: Attempts to access them produces an error - eg:
:
:bash-3.2# ls | grep visi
:<18am8.37900$N7.6588055 at ruti.visi.com>
:<v@@ZApHpvKaG092yn at visi.com>
:bash-3.2# file `!!`
:file `ls | grep visi`
:<18am8.37900$N7.6588055 at ruti.visi.com>: news text
:<v@@ZApHpvKaG092yn at visi.com>: cannot open
:`<v@@ZApHpvKaG092yn at visi.com>' (No such file or directory)
:
: I'm guessing the @@ in there is causing it to be misinterpreted as
:a history reference.
Ok, that's a bug. It's only supposed to interpret @@ softlinks if they
are in the correct snapshot format. And those clearly aren't.
I'll try to get to this Wednesday when I get back home. Someone remind me
on IRC if I forget, after I get back.
-Matt
Matthew Dillon
<dillon at backplane.com>
More information about the Users
mailing list