[ Melinda Taylor wrote: ]
> afio -ik root.0.20030706.afio-bz2 
> 
> that works ok but all files in the created directory are still bzipped.
> And when I bunzip them I get:
> 
> [EMAIL PROTECTED] etc]$ bunzip2 flexbackup.conf.z 
> bunzip2: Can't guess original name for flexbackup.conf.z -- using
> flexbackup.conf.z.out
> 
> is there any solution to get round having to bunzip and rename each
> file? I can write a script to do it but thought I would ask as I am
> unsure if there is maybe a better way to do it.

Yup.

Afio's compression flags work a little bit funny (especially if you want it
to use bzip2).

Try something like this:

 afio -i -k -x -P bzip2 -Q -d -Z -v root.0.20030706.afio-bz2

> Some of my backup files are > 2GB (only 2 of them) and my server was
> running linux redhat 7.3 (ie 2Gb limit) i took them over to my 64-bit
> solaris machine thinking I could unzip them there but to no avail - as
> these files were written on a 32bit system and are > 2GB are they
> useless?

You can probably get them back if they were validly archived. I'm guessing
that the above problem is part of whats stopping you.

You might what to add the "--small" flag to bzip2 if you are running out of
memory.  (Add "-Q --small" to the afio command line)



-- 
 Edwin Huffstutler     Linux - because reboots are for hardware changes
 [EMAIL PROTECTED]   GnuPG Key ID: AE782DC9


-------------------------------------------------------
This SF.net email is sponsored by: VM Ware
With VMware you can run multiple operating systems on a single machine.
WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines at the
same time. Free trial click here: http://www.vmware.com/wl/offer/345/0
_______________________________________________
flexbackup-help mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/flexbackup-help

Reply via email to