Download List

Projeto Descrição

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 versão adiciona suporte para arquivos recentes brtfs (criado com Linux 2.6.35). Ele também introduziu a opção de digitar senhas de forma interativa, em vez de ter de dar-lhes na linha de comando, que é melhor para a segurança.
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 versão corrige um bug Critial: o arquivo estava corrompido quando ele foi escrito em smbfs / sistemas de arquivos CIFS. Agora é seguro para salvar um sistema de arquivos para um compartilhamento CIFS. Esta versão também corrige erros de compilação com cabeçalhos de kernel mais recentes. Esta versão está em 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

O suporte para arquivos esparsos foi adicionado, portanto, um arquivo esparso no disco original será recriada como arquivo esparso. Progressão informação foi implementado para savedir / restdir. O arquivo de log criado quando a opção-d é usado agora tem um nome exclusivo para que ele não é substituído. Os checksums MD5 são calculados usando a implementação de libgcrypt ao invés de um interno, de modo libgcrypt é sempre necessária. Outras mudanças internas foram feitas.
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

Esta versão não irá remover o arquivo morto quando savefs / savedir falha porque o arquivo já existe. Partições já montadas são remontados com MS_BIND ter acesso a arquivos ocultos pelo sistema de arquivos montado. Esta versão vai analisar sistemas de arquivos apenas quando todos eles são acessíveis para evitar ter de esperar e, em seguida, recebendo um erro. Há muitas mudanças internas, e um layout melhorado na tela principal. Esta versão vem com 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 versão corrige um estouro de inteiro crítica que aconteceu quando a soma dos atributos era muito grande. Um novo formato de arquivo foi introduzida, mas o formato antigo ainda pode ser lido. A página man foi melhorada pela adição de exemplos e documentação de opções de longo prazo. Code cleanup. Comutado para pkg-config para / script "configure".. SystemRescueCd-1.3.5-beta2 está incluído.
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