Skip to content

Updates

Moonraker update manager

To add this repository to moonraker's update manager for easy updating, you need to add the following into moonraker.conf commits.

Important Note

This is just for these repositories updates, not updates of your config backups. Those do not get added to moonraker.

[update_manager klipper-backup]
type: git_repo
path: ~/klipper-backup
origin: https://github.com/Staubgeborener/klipper-backup.git
managed_services: moonraker
primary_branch: main

Update via shell/console

If the script is executed (e.g. with ./script.sh) and a new update is available, you will be notified with the following message

NEW klipper-backup version available!

The recommended update variant is to start the installation script, which installs the update on request:

~/klipper-backup/install.sh

Otherwise you can git pull the latest Klipper-Backup version:

cd ~/klipper-backup && git pull

Important Note

Editing most files (with the exception of .env) inside of the klipper-backup folder, can lead to a 'dirty' repository, which will cause moonraker or the local git repository to be unable to pull updates until resolved. For Pull requests see pull request or you are welcome to open a feature request.

There are different ways to start your backup, either manually or automatically.