ok i solved the quickpkg bug my own way... here is a python script that backups the system...
import os
os.system("qpkg -I -nc > installed.lst")
fichero=file("installed.lst")
paquetes= fichero.readlines()
for linea in paquetes:
comando = "quickpkg "+linea
os.system(comando)
Waiting for better solutions (as you can see my python sucks)
--
live free() or die()
Jadex
signature.asc
Description: Esta parte del mensaje =?ISO-8859-1?Q?est=E1?= firmada digitalmente
