Re: [Vserver] UN - vhashify - ing

From: Corey Wright <undefined_at_pobox.com>
Date: Thu 13 Jul 2006 - 05:33:22 BST
Message-Id: <20060712233322.6bedc6ff.undefined@pobox.com>

On Wed, 12 Jul 2006 14:53:51 -0700
"Roderick A. Anderson" <raanders@acm.org> wrote:

> Is there a neat trick to un-hashify a guest?

find / -type f \
| while read FILE; do
    cp -av ${FILE} ${FILE}.remove-hashification
    rm ${FILE}
    mv ${FILE}.remove-hashification ${FILE}
  done

that's just an example, but should convey the idea well enough.

> It would probably help me understand better what vhashify
> is doing ... without going through the code.

http://archives.linux-vserver.org/200605/0098.html
http://archives.linux-vserver.org/200605/0228.html

corey

-- 
undefined@pobox.com
_______________________________________________
Vserver mailing list
Vserver@list.linux-vserver.org
http://list.linux-vserver.org/mailman/listinfo/vserver
Received on Thu Jul 13 05:34:16 2006
[Next/Previous Months] [Main vserver Project Homepage] [Howto Subscribe/Unsubscribe] [Paul Sladen's vserver stuff]
Generated on Thu 13 Jul 2006 - 05:34:22 BST by hypermail 2.1.8