Releases: Low-Frequency/Klipper-Git-Backup
Releases · Low-Frequency/Klipper-Git-Backup
v2.1.2
v2.1.1
Fix unsaved changes not updating
- Make
printer_data
folder configuration function updateUNSAVED_CHANGES
v2.1.0
Improved config folder management
- Safety check to prevent folders being added twice
- You're now able to remove folders from the backup via the UI
v2.0.0
Improved setup
- Auto detection of
printer_data
folders - Fully automatic repo creation
- Automatic SSH key setup
Improved restore
- Automatically restore on new installations
- Quickly restore from local backups
- Point in time restore through git commit SHAs
Improved backups
- Only one repo is needed
New data structure
- All data is stored in
~/kgb-data
Documentation
- Full documentation of all functions
- Quick help dialogs in all menus
v1.3.0
Advanced git config
- You can now set your own git server via the advanced menu in the git config
Thanks @Tarakesh83 for implementing the logic for this
Additional minor improvements
- Added a failsafe when quitting the installer without actually installing the script
v1.1.0
v1.1.0
New way of scheduling backups
- Removed endless loop for scheduled backups
- Added systemd timer for scheduled backups
- Fixed backup function not recognizing errors
v1.0.1
v1.0.0
v1.0.0
Finally the first release
After many iterations and changes to the functionality I thought it's time to make a release.
Things that changed
- UI
- Multi instance support
- More sensible backup schedule settings
- Paths to config folders do not get generated anymore (Using
~
as abbreveiation for the home folder or even specifying the path relative to the home folder is supported)
Removed features
- Removed support for Google Drive completely