Staubgeborener / klipper-backup

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

I tottaly screwed up the insttalation procces. How can i uninstall the program? #13

Closed SejeAnd closed 9 months ago

Staubgeborener commented 9 months ago

I don't know in which step you screwed up, but there is nothing like "deinstallation". Just remove the klipper-backup folder (or whatever this is called on your system). It's a simple script which lays around on your system and is waiting to be runned.

Login via ssh and do:

  1. cd ~ && ls -l you should now see your klipper-backup folder (maybe it's called klipper-backup-main? Like i said, i don't which step you screwed up or if you renamed the folder).

  2. Remove the folder rm -r klipper-backup. That's pretty much it.

If you edit your moonraker.conf file just remove the entry.

Staubgeborener commented 9 months ago

I close this one, as this is not a real issue.