Skip to content

Releases: proofrock/snapkup

Version 0.3.2.1

08 Nov 14:34
Compare
Choose a tag to compare
Version 0.3.2.1 Pre-release
Pre-release

Password can be now provided via credentials file and prompt. See documentation for the details.

Version 0.3.1

03 Nov 21:08
Compare
Choose a tag to compare
Version 0.3.1 Pre-release
Pre-release
  • Fix: password check must be done when password is actually needed, so that --version and --help can work.
  • Fix: snap del reported false errors when agglos were present

Version 0.3.0

03 Nov 17:06
Compare
Choose a tag to compare
Version 0.3.0 Pre-release
Pre-release

BEWARE On-disk format is changed. You won't be able to use backups created with a previous release. There shoulnd't be many more changes, now.

  • Compression on by default
  • Mandatory encryption
  • Agglos/merging of small files
  • New command: check filesystem (snap check)
  • Some commands were renamed
  • Better management of incompressible data
  • Better management of empty files
  • Better docs

Binaries are stripped and UPX-compressed.

Version 0.2.0

16 Oct 21:22
Compare
Choose a tag to compare
Version 0.2.0 Pre-release
Pre-release

BEWARE On-disk format is changed. You won't be able to use backups created with 0.1.0.

  • Added command snap info
  • Added command snap filelist
  • Labeling for snaps (command snap label and -l flag to snap take)
  • Added a prefix path to select files to restore (prefix-path when doing snap restore).
  • Better commands layout
  • Shallower dir structure
  • Randomized IV for SipHash
  • Use simple siphash as hash, without any suffix
  • Fix: empty dirs weren't restored

Version 0.1.0

13 Oct 16:51
Compare
Choose a tag to compare
Version 0.1.0 Pre-release
Pre-release

First public release. Generally, it works. Needs to be battle tested.

Linux and Windows executables are compressed with UPX.