From: Edwin H. <ed...@co...> - 2003-07-16 13:39:32
|
[ 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: > > [melinda@neko 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 ed...@co... GnuPG Key ID: AE782DC9 |