Skip to content

Python-based utility for creating, restoring, and managing backups of config data and gcodes for Klipper-based 3D printing setups.

License

Notifications You must be signed in to change notification settings

venus-de-lmao/klipper-backup-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Klipper Backup Manager

PyPI - Version PyPI - Python Version


Table of Contents

Installation

pip install klipper-backup-manager 

License

klipper-backup-manager is distributed under the terms of the GPL-3.0-or-later license.

Use

The interface is simple. Settings are controlled by the kbm.yaml file in ~/.kbmlocal, which will be automatically created if it doesn't exist.

Usage: kbm-tool [OPTIONS]

Archive options: [exactly 1 required]
  Specify whether to back up or restore files.
  -b, --backup   Backs up your selected target.
  -r, --restore  Restores your selected target.

Target options: [exactly 1 required]
  Specify which files to back up or restore.
  -c, --config   Backs up Klipper configuration files.
  -g, --gcode    Backs up gcode files.

Other options:
  --help         Show this message and exit.

Issues

Please open an issue on GitHub if you have any problems.

About

Python-based utility for creating, restoring, and managing backups of config data and gcodes for Klipper-based 3D printing setups.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages