Releases: fdupoux/fsarchiver
Releases · fdupoux/fsarchiver
0.8.8
- Provide compatibility with e2fsprogs >= 1.47.2 (#154)
- Accept -j arguments greater than FSA_MAX_COMPJOBS (#146)
0.8.7
- 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
- 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
- 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
- Implemented support for zstd compression
0.8.3
- Implemented LZ4 compression (Contribution from Cristian Vazquez)
0.8.2
- Add support for the latest ext4 filesystem features
- Improved support of large block device when restoring extfs filesystems
0.8.1
- Improved support for XFS filesystem (contributions from Marcos Mello)
- Updated documentation and comments in the sources (Marcos Mello)
0.8.0
- 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
- 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