Releases: mitoteam/mtsaver
Releases · mitoteam/mtsaver
v1.9.4
v1.9.3
Nothing significant. Just dependencies upgraded and recompiled with latest Go version.
v1.9.2
Nothing significant. Just recompiled binaries with latest Go version.
v1.9.1 - `restore` command added
restore command added. See mtsaver help restore for the details.
v1.9.0-beta - `restore` command added
restore command added. See mtsaver help restore for the details.
v1.8.2
- Go 1.24 used to compile binaries.
- Non-functional commands (like
info,versionorhelp) do not require settings file.
v1.8.1
No significant changes:
- Print 7zip's command-line to log
- Print program version to log before starting directory processing
- Program version shown if mtsaver started without subcommand
Full Changelog: v1.8.0...v1.8.1
v1.8.0
multithread_compression_modeoption added to be able to limit number of CPU threads for 7-zip. This is useful when packing big folders with high compression levels with not so much RAM available.
Full Changelog: v1.7.0...v1.8.0
v1.7.0 Archives Logging added
By default mtsaver creates file _mtsaver.log file in archives directory with archiving logs. It has explanations why full or diff archive was created. You can disable log file by setting log_format: option to disable in .mtsaver.yml file (or use --no-log command-line argument).
v1.6.3
- Significantly decreased executables size by tuning Golang compiler options (will not add debugging information for production binaries).
- Some default values added for default config crated by
mtsaver init