duetbackup - CLI tool to backup your Duet SD Card [deprecated]
-
If anyone would like to try it out. It is not yet tested, but it should work.
https://github.com/OBELIKS/duetbackupGUI/releasesThe code is not nice, but you can clean it up if you want. I will test it sometime today.
-
@obeliks said in duetbackup - CLI tool to backup your Duet SD Card:
If anyone would like to try it out. It is not yet tested, but it should work.
https://github.com/OBELIKS/duetbackupGUI/releasesThe code is not nice, but you can clean it up if you want. I will test it sometime today.
Which platform is this for?
-
Windows, it should work on 32 bit
-
@obeliks I think you need to make that clear on your GitHub I would not have been happy if i had downloaded it being a OS-X user
-
Added, thanks.
-
@dougal1957
Is there such a thing as a happy OS-X user at all? Haha just kidding, nice to have a GUI on it have to try it this evening -
Just FYI, GUI works! I finally had the time to check.
So I marked it as released.Next plan is to implement the exclusions and maybe a bit more feedback while it is working.
-
I made some changes to the GUI and added the exclude command
https://github.com/OBELIKS/duetbackupGUI/releases/tag/0.2 -
Small teaser of things to come
$ ./rfm help rfm provides a command-line interface to perform file actions against the HTTP interface of a device running RepRapFirmware. Usage: rfm <command> [arguments] Each command will at least expect the argument -domain which specifies where on the network the device is located. This can either be a resolvable hostname or an IPv4 address. The commands are: backup Backup a given directory on the device upload Upload local files/directories to the device mkdir Create a new directory on the device mv Rename/move a file/directory on the device rm Remove a file/directory on the device download Download a single file from the device fileinfo Get information on a file ls Show the file tree of a given path Use "rfm <command> -help" for more information about a command's arguments.
-
And here we go:
rfm
- RepRapFirmware FileManagerduetbackup
will be deprecated and discontinued in favor of this much enhanced tool.