Skip to main content

Backup your printer using a Network share

Disclaimer

This script is WORK IN PROGRESS. BACKUP YOUR FILES MANUALLY!!!! I´m not responsible for any not functioning printers or lost files!

Corresponding GitHub Repository

Requirements

Installation

Download the installation script
wget https://raw.githubusercontent.com/T4KUUY4/Voron-Stuff/main/Automatic%20Backup/install.sh
Run installation script
bash install.sh

Configuration

  • Follow the instructions given in the script
  • You can also include any other folder if you feel the need.
  • The Syntax is: sudo cp -r /YOUR/FOLDER/ "$MNTPATH"

Additional configuration options

  • The backup script has some additional configuration options. Open it with the following command.
sudo nano /home/$USER/backup.sh

Want a Mainsail/Fluidd Backup Macro?

Requires G-Gcode Shell Command Extension (install with KIAUH).

  • Download the backup.cfg and include it in your printer.cfg
info

This tutorial and scirpt were created by T4KUUY4 the tutorial was included by me in the docs because the function is similar and some people would like to know the other option.