Download List

專案描述

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

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

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

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

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

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