On Wednesday 12 April 2006 23:14, Joshua Schmidlkofer wrote:
> I do something like this:
>
> for x in /*; do
>if [ ${x} != "/usr" ]; then
> tar zcf ${x}.tar ${x}
>fi
>done
>
> for x in /usr/*; do
>tar zcf /usr_`basename ${x}`.tar ${x}
> done
>
> Then you save those files to
I do something like this:
for x in /*; do
if [ ${x} != "/usr" ]; then
tar zcf ${x}.tar ${x}
fi
done
for x in /usr/*; do
tar zcf /usr_`basename ${x}`.tar ${x}
done
Then you save those files to another medium [i.e. cd, or another host
or hard drive or something]
format your ro
On Wednesday 12 April 2006 05:12, Sven Köhler wrote:
> >> Do you know tools, that can convert reiserfs to ext3 or the other way
> >> round? I have forgotten the name of the tool that i once read about :-(
> >
> > http://tzukanov.narod.ru/convertfs/
> > And i'm running it right now ... oh oh ...
>
>
3 matches
Mail list logo