Fsarchiver Versions Save

file system archiver for linux

0.8.7

1 year ago
  • Implement support for option "uuid=" for vfat (Marcos Mello)
  • Update list of btrfs supported features (Marcos Mello)
  • Add support for the "nrext64" feature on XFS (Marcos Mello)
  • Do not error out on deleted files when option -A is used (Marcos Mello)
  • Handle termination by signal in exec_command() (Marcos Mello)
  • Add support for the "orphan_file" feature in EXT4 (Marcos Mello)
  • Do not try to save xattrs if not supported by the filesystem (Marcos Mello)

0.8.6

3 years ago
  • Add support for EXT4 fast_commit feature (Marcos Mello)
  • Add support for XFS features inobtcount and bigtime (Marcos Mello)
  • Fix handling of compression options on the command line (Marcos Mello)
  • Specify device as the last argument in mkfs calls (Marcos Mello)

0.8.5

5 years ago
  • Improved support for extfs filesystems (Contribution from Marcos Mello)
  • Fixed build issue with e2fsprogs < 1.41 (Contribution from Marcos Mello)
  • Fixed build issue related to xattr.h (Contribution from Lars Wendler)

0.8.4

6 years ago
  • Implemented support for zstd compression

0.8.3

6 years ago
  • Implemented LZ4 compression (Contribution from Cristian Vazquez)

0.8.2

6 years ago
  • Add support for the latest ext4 filesystem features
  • Improved support of large block device when restoring extfs filesystems

0.8.1

7 years ago
  • Improved support for XFS filesystem (contributions from Marcos Mello)
  • Updated documentation and comments in the sources (Marcos Mello)

0.8.0

7 years ago
  • Implemented FAT filesystem support for EFI system partitions
  • Allow user to specify new filesystem label or UUID during restfs
  • Fixed more errors and warnings reported by cppcheck

0.6.24

7 years ago
  • Updated man page and description of the commands and options
  • Support for sparse inode chunks on XFS v5
  • Avoid internationalization when running commands so mkfs output can be parsed properly

0.6.23

7 years ago
  • Added micro-seconds to timestamp used in the name of the temporary directory
  • Fixed memory leaks on failure scenarios and protect against buffer overflows in scanf
  • Fixed possible failure to restore ext4 filesystems when mkfs running in interactive mode
  • Fixed compilation errors with the musl libc library