Skip to content

Releases: mitoteam/mtsaver

v1.9.4

25 Feb 11:08

Choose a tag to compare

  • Packing duration added to log #16
  • Dependencies upgraded
  • Using go 1.26 to compile binaries

P.S.: If you like this tool or find it useful please add a small review in this PR to help to get it to Awesome Sysadmin list and make it a bit more popular. Thanks!

v1.9.3

02 Sep 13:56

Choose a tag to compare

Nothing significant. Just dependencies upgraded and recompiled with latest Go version.

v1.9.2

29 May 15:30

Choose a tag to compare

Nothing significant. Just recompiled binaries with latest Go version.

v1.9.1 - `restore` command added

25 Feb 03:49

Choose a tag to compare

restore command added. See mtsaver help restore for the details.

v1.9.0-beta - `restore` command added

23 Feb 14:35

Choose a tag to compare

Pre-release

restore command added. See mtsaver help restore for the details.

v1.8.2

13 Feb 03:56

Choose a tag to compare

  • Go 1.24 used to compile binaries.
  • Non-functional commands (like info, version or help) do not require settings file.

v1.8.1

24 Jan 13:08

Choose a tag to compare

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

24 Jan 11:42

Choose a tag to compare

  • multithread_compression_mode option 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

15 Jan 15:09

Choose a tag to compare

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

15 Dec 04:43

Choose a tag to compare

  • 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