Staubgeborener / Klipper-Backup

Klipper backup script for manual or automated GitHub backups. Lightweight, pragmatic and comfortable.
https://klipperbackup.xyz
271 stars 52 forks source link

Adding klipper-backup block to moonraker.cfg not showing in Mainsail #26

Closed Ribwich12 closed 8 months ago

Ribwich12 commented 8 months ago

I added the klipper-backup block to moonraker.conf as show in the wiki:

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

I don't see anything wrong with this block compared to others I have added, however klipper-backup does not show up in my Mainsail Update Manager section. Maybe there is a limitation to Moonraker?

image

The Moonraker log file doesn't show any mention of klipper-backup in the update manager. I've attached the file. logs-20240111-121345.zip

Staubgeborener commented 8 months ago

Could you post your whole moonraker.conf? Is klipper-backup installed in your home directory and runs flawlessly? Did you restart your whole system after adding the entry?

Ribwich12 commented 8 months ago

I fixed it. Turns out I had Mobileraker in there twice and it was messing things up. Please consider the issue solved.