Skip to content

Releases: chodak166/ddarch

ddarch 0.1.9

03 Mar 12:50
Compare
Choose a tag to compare

Release 0.1.9

Changes

  • Fixed extending the last partition after shrinking with --in-place
  • Minor CLI fixes

ddarch 0.1.8

03 Mar 12:48
Compare
Choose a tag to compare

Release 0.1.8

Changes

  • Added fixing corrupted GPT partitions before shrinking
  • Added e2fsck run before extending the last partition
  • Added partition tables re-scan after restoring
  • Minor fixes and cleanup

ddarch 0.1.7

31 Jan 06:29
Compare
Choose a tag to compare

Release 0.1.7

Changes

  • Added required disk space estimation
  • Added --no-space-check flag
  • Fixed data size calculation when zeroing partitions

ddarch 0.1.6

31 Jan 06:27
Compare
Choose a tag to compare

Release 0.1.6

Changes

  • Added --skip-unpart archive parameter
  • Enabled in-place mode when cloning devices
  • Added shell command (interactive ddarch subshell)
  • Added lingering cache directories scan during cleaning
  • Added device mount status check before restoring
  • Changed --mnt-dir parameter name to --mount-dir
  • Fixed console closing after sourcing
  • Fixed working directory tmpfs check
  • Fixed minor cleanup bugs
  • Fixed zeroing partitions with no free space

ddarch 0.1.5

07 Apr 07:25
Compare
Choose a tag to compare

Release 0.1.5

Changes

  • Fixed execution break when archiving corrupted devices
  • Added test cases with debugfs
  • Minor improvements in helper scripts

ddarch 0.1.4

29 Mar 15:56
Compare
Choose a tag to compare

Release 0.1.4

Changes

  • Removed losetup -L calls for xenial compatibility
  • Added missing package dependencies

ddarch 0.1.3

28 Mar 14:28
Compare
Choose a tag to compare

Release 0.1.3

Changes

  • Added safer cleanup after archiving
  • Updated bash completion
  • Fixed quiet mode when sourcing
  • Added -w and -D options
  • Added man pages

ddarch 0.1.2

28 Mar 11:51
Compare
Choose a tag to compare

Release 0.1.2

Changes

  • added bash completion script
  • moved from fdisk to sfdisk
  • updated the help page text