Releases: proofrock/snapkup
Releases · proofrock/snapkup
Version 0.3.2.1
Password can be now provided via credentials file and prompt. See documentation for the details.
Version 0.3.1
- 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
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
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 tosnap take
) - Added a prefix path to select files to restore (
prefix-path
when doingsnap 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
First public release. Generally, it works. Needs to be battle tested.
Linux and Windows executables are compressed with UPX.