Skip to content

Releases: fdupoux/fsarchiver

0.8.9

01 Feb 15:14
f909dcb

Choose a tag to compare

  • Add support for xfs and btrfs features up to linux-6.18

0.8.8

14 Dec 09:36
2bf291c

Choose a tag to compare

  • Provide compatibility with e2fsprogs >= 1.47.2 (#154)
  • Accept -j arguments greater than FSA_MAX_COMPJOBS (#146)

0.8.7

19 Mar 14:01
b9b99b8

Choose a tag to compare

  • 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

27 Feb 12:20

Choose a tag to compare

  • 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

10 Jul 20:31

Choose a tag to compare

  • 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

19 Feb 11:01

Choose a tag to compare

  • Implemented support for zstd compression

0.8.3

22 Dec 07:32

Choose a tag to compare

  • Implemented LZ4 compression (Contribution from Cristian Vazquez)

0.8.2

22 Aug 19:30

Choose a tag to compare

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

0.8.1

10 Jan 20:54

Choose a tag to compare

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

0.8.0

09 Aug 21:12

Choose a tag to compare

  • 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