Download List

Descripción del Proyecto

fsarchiver is a system tool that allows you to
save the contents of a filesystem to a compressed
archive file. The filesystem can be restored on a
partition that has a different size, and it can
be restored on a different filesystem. Unlike
tar/dar, fsarchiver also creates the filesystem
when it extracts the data to partitions.
Everything is checksummed in the archive in order
to protect the data. If the archive is corrupt,
you just lose the current file, not the whole
archive.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2010-12-08 19:46
0.6.11

Esta versión añade soporte para sistemas de archivos brtfs reciente (creado con Linux-2.6.35). También introdujo la opción de escribir las contraseñas de forma interactiva en lugar de tener que dar en la línea de comandos, que es mejor para la seguridad.
This version adds support for recent brtfs filesystems (created with Linux-2.6.35). It also introduced the option to type passwords interactively instead of having to give them on the command line, which is better for security.

2010-02-23 06:17
0.6.8

Esta versión corrige un error critial: el archivo fue dañado cuando fue escrito en smbfs / CIFS sistemas de archivos. Ahora es más seguro para salvar a un sistema de archivos a un recurso compartido CIFS. Esta versión también corrige los errores de compilación con las cabeceras del kernel reciente. Esta versión está en SystemRescueCd-1.4.0-Beta8.
This release fixes a critial bug: the archive was corrupted when it was written on smbfs/cifs filesystems. Now it's safe to save a filesystem to a cifs share. This version also fixes compilation errors with recent kernel headers. This version is in SystemRescueCd-1.4.0-beta8.

2010-02-02 22:53
0.6.7

Apoyo a los archivos dispersos se añadió, por lo que un archivo disperso en el disco original se volverá a crear como un archivo ralo. La progresión de información se implementó para savedir / restdir. El archivo log creado cuando la opción-d se utiliza ahora tiene un nombre único para que no se sobrescribe. Las sumas de control MD5 son calculados usando la aplicación de libgcrypt en lugar de la interna, por lo Libgcrypt es siempre necesaria. Otros cambios internos se hicieron.
Support for sparse files was added, so a sparse file on the original disk will be recreated as sparse file. Progression information was implemented for savedir/restdir. The logfile created when the -d option is used now has a unique name so that it's not overwritten. The MD5 checksums are now calculated using the implementation from libgcrypt instead of the internal one, so libgcrypt is always required. Other internal changes were made.

2010-01-29 03:31
0.6.6

Este comunicado no eliminará el archivo de archivo cuando savefs / savedir error porque el archivo ya existe. Particiones ya montadas se volvió a montar con MS_BIND a tener acceso a los archivos ocultos por los sistemas de ficheros montados. Este comunicado se analizarán los sistemas de archivos solamente cuando todos son accesibles para evitar tener que esperar y luego conseguir un error. Hay muchos cambios internos, y un diseño mejorado de la pantalla principal. Esta versión viene con SystemRescueCd 1.4.0-beta2.
This release will not remove the archive file when savefs/savedir fails because the archive already exists. Partitions already mounted are remounted with MS_BIND to have access to files hidden by mounted filesystems. This release will analyze filesystems only when they are all accessible to prevent having to wait and then getting an error. There are many internal changes, and an improved layout on the main screen. This version comes with SystemRescueCd 1.4.0-beta2.

2010-01-05 03:37
0.6.4

Esta versión corrige un desbordamiento de entero crítico que ocurrió cuando la suma de los atributos era demasiado grande. Un nuevo formato de archivo de almacenamiento se ha introducido, pero el formato de edad todavía se puede leer. La página del manual ha sido mejorado mediante la adición de ejemplos y documentación de las opciones de largo. Código de limpieza. Al cambiar a pkg-config para el "script. / Configure". SystemRescueCd-1.3.5-beta 2 está incluido.
This release fixes a critical integer overflow that happened when the sum of attributes was too large. A new archive file format has been introduced, but the old format can still be read. The man page has been improved by adding examples and documenting long options. Code cleanup. Switched to pkg-config for the "./configure" script. SystemRescueCd-1.3.5-beta2 is included.

Project Resources