Skip to content

I'l like to backup backup

Latest
Compare
Choose a tag to compare
@deajan deajan released this 29 Aug 08:13
· 506 commits to main since this release

NPBackup maintenance release.

The pre-built executables we ship will work for:

  • Linux amd64 (glibc >= 2.17)
  • Linux arm and arm64 (glibc >= 2.24).
  • Windows x64 (Windows >= 10)
  • Windows x86 (Windows >= 7)

Windows pre-built executables are signed with an EV certificate, but some antivirus engines still detect the executables as viruses.
The reason is simlple, they classify Nuitka Python compiler as potential malware... See https://www.virustotal.com/gui/file/27de41dd63d31af2d5d7881ae11ee23ddb4f4db85f4d213ec367ab9eabc67035?nocache=1
Since I sign the pre-built executables with our company EV token, I can guarantee they are safe to use.

The executables for arm are compiled without GUI support, since they are supposed to run on NAS devices.
Feel free to ask if you need GUI support baked in.

Happy backups ;)

Features

  • Added snapshot deletion option in GUI
  • Adjusted default backend connections and cpu core usage to imrove overall speed

Fixes

  • Fix ignore_cloud_files parameter that parses restic output in order to determine if an error comes from a reparse point. This is Windows specific

Misc

  • Updated internal restic binary to 0.16.0 compiled with go1.20.6
  • Compiled with newer Nuitka 1.7.10 that allows use of Python 3.11
  • Updated python to version 3.11 for Windows x64 targets
  • Basic MacOS X compile support