[OPEN BETA] New installation script #93
Replies: 4 comments 68 replies
-
Needed to add klipper-backup to a new printer, so this is perfect timing for me. I'll put my notes here.
Sorry if the constant edits are making this hard to follow live. I figure it is better than me sending a million messages though. |
Beta Was this translation helpful? Give feedback.
-
Totally new to klipper-backup
am happy to test more things if needed, but for my basic setup/needs its working perfectly. Thank you very much |
Beta Was this translation helpful? Give feedback.
-
I have installed this beta installation script and I'm having issues backing up:
Is the output. Any ideas what the issue might be? I am directing it to this repo: https://github.com/n4t3y/klipper-configuration-backup |
Beta Was this translation helpful? Give feedback.
-
Thanks to everyone, v1.3.0 is now released. |
Beta Was this translation helpful? Give feedback.
-
@Tylerjet and I are happy to announce that after a lot of work the installation script is going into open beta. Before I go into this, I would like to thank @Tylerjet, who did 99% of the work. 🎉
💡 The idea
The idea behind this script is to automate everything as much as possible, as the manual installation, especially the addition of new features such as cronjobs or systemd services, led to errors for some users.
The script should now guide the user through the most important installation steps and enables us to integrate future features more easily, such as the official KIAUH support.
The script is currently located in a separate branch called installer-beta. After the public beta, everything will be merged into the main branch.
Every user who participates here takes a huge amount of test work off our hands, as there are many scenarios that we simply can't think of.
💝 How to participate
Simply try the installation script to install klipper-backup.
Use it to install various services such as klipper-backup-on-boot.service or klipper-backup-filewatch.service or have a cronjob created automatically. Have a moonraker entry added automatically or not. And so on. Try different constellations and check whether the script actually executes what you expect.
If there is a mistake somewhere - tell us!
If everything is going well - tell us!
All we need is feedback.
📆 How long does the beta last?
I hope only a few weeks. The more data and information we get, the better and faster the beta should be over and everything will be merged into the main branch.
📝 How to use
To use the script and thus participate in the public beta, simply use the following commands in the terminal:
Start installation script:
~/klipper-backup/install.sh
(you can still use some of your old .env files:cat ~/.env
)Beta Was this translation helpful? Give feedback.
All reactions