You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The new code should enable and largely automate the restoration of a backup. A feature that has often been asked for.
The script is located in a separate branch called restore-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
Please test anything and everthing (enter your token improperly, then properly, enter a branch, go back change it, etc...), try to break it.
If there is a mistake somewhere - tell us!
If everything is going well - tell us!
📆 How long does the beta last?
This depends on the number of participants and the amount of data. Maybe a few weeks, maybe a few months. There is no fixed end date.
📝 How to use
As already mentioned, we have an extra branch for this. We can simply run the beta in parallel alongside the "native" Klipper-Backup. Simply use the following commands in the terminal:
git clone https://github.com/Staubgeborener/Klipper-Backup -b restore-beta ~/klipper-backup-restore-beta # Clone restore-beta branch into home directory
cp ~/klipper-backup/.env ~/klipper-backup-restore-beta/.env # Copy your existing .env file
Once copied over you will need to create a new backup via script.sh, this will perform a normal backup with the additional files created for restoring the backup later.
To restore a backup you can use install.sh -r and follow the prompts on screen.
DO NOT (AND I WILL STRESS THIS AGAIN) DO NOT USE THIS ON ANY CRITICAL PRINTER OR KLIPPER INSTANCE
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
💡 The idea
The new code should enable and largely automate the restoration of a backup. A feature that has often been asked for.
The script is located in a separate branch called restore-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
Please test anything and everthing (enter your token improperly, then properly, enter a branch, go back change it, etc...), try to break it.
If there is a mistake somewhere - tell us!
If everything is going well - tell us!
📆 How long does the beta last?
This depends on the number of participants and the amount of data. Maybe a few weeks, maybe a few months. There is no fixed end date.
📝 How to use
As already mentioned, we have an extra branch for this. We can simply run the beta in parallel alongside the "native" Klipper-Backup. Simply use the following commands in the terminal:
Once copied over you will need to create a new backup via
script.sh, this will perform a normal backup with the additional files created for restoring the backup later.To restore a backup you can use
install.sh -rand follow the prompts on screen.DO NOT (AND I WILL STRESS THIS AGAIN) DO NOT USE THIS ON ANY CRITICAL PRINTER OR KLIPPER INSTANCE
LICENSE
Beta Was this translation helpful? Give feedback.
All reactions