klipper-backup-manager

A set of tools for managing, creating, and restoring backups of configurations, customizations, and gcodes for Klipper-based 3D printing setups.


Keywords
3d, printing, backup, klipper
License
GPL-3.0
Install
pip install klipper-backup-manager==3.0.9

Documentation

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.