mloidl / duetbackup

Small tool to backup all files in a folder on a Duet board

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

duetbackup

Small tool to fetch all files in a folder on a Duet board. By default it will backup 0:/sys folder.

Usage

Usage of ./duetbackup:
  -dirToBackup string
        Directory on Duet to create a backup of (default "0:/sys")
  -domain string
        Domain of Duet Wifi
  -exclude value
        Exclude paths starting with this string (can be passed multiple times)
  -outDir string
        Output dir of backup
  -password string
        Connection password (default "reprap")
  -port uint
        Port of Duet Wifi (default 80)
  -removeLocal
        Remove files locally that have been deleted on the Duet
  -verbose
        Output more details

Feedback

Please provide any feedback either here in the Issues or send a pull request or go to the Duet3D forum.

About

Small tool to backup all files in a folder on a Duet board

License:MIT License


Languages

Language:Go 94.6%Language:Shell 5.4%