Skip to content

v1.3.0

Compare
Choose a tag to compare
@Staubgeborener Staubgeborener released this 05 May 18:40
· 10 commits to main since this release
4f89fcf

We are happy to announce, that the installation script has made it into the main branch!

Of course, the docs have also received fresh updates.

How to install Klipper-Backup now?

The installation and configuration of Klipper-Backup is now simplified for everyone. The current recommendation for installation:
curl -fsSL get.klipperbackup.xyz | bash

and running the installation with a ~/klipper-backup/install.sh. As always, everything is described in the docs.

Automatic feature installation

The following features can now be installed automatically using the script:

  • backup on file changes
  • cronjobs for automated regular updates
  • cronjob for backup on boot
  • the moonraker entry can also be added automatically

In theory, only the GitHub token needs to be created. If you want to change the configuration or install features later, simply call the script again with ~/klipper-backup/install.sh.

New .env syntax

The .env file has been given a slightly new syntax. If you are still using the old .env syntax, don't worry, a script is running in the background together with the installation script which recognizes this and converts it to the new one. Completely automatically.

The biggest thanks to the realization of this script goes to @Tylerjet.