[Duet2] Fetching all logfiles automated
-
Is there a way to Fetch the Logfiles in an automated way from the duet2 board?
In Duet3 SBC mode it is possible to just ssh into the raspberry pi and fetch (in our case) all the files starting with "Log*".
Is there a similar way for the Duet2 e.g. a web request or something?
I am aware that I can use a Browser to open the DWC System folder and than manually select all files and than download them as a zip, but I would like to have an automated way. -
No. On the Duet 2 you'd be limited to USB logging.
https://docs.duet3d.com/en/User_manual/Troubleshooting/Logging
-
@Phaedrux so the only option is to download the files via web. Can I do this automated with wget in any way? I am also happy with downloading the entire settings folder automatically and than select locally the logs.
-
Yes I believe wget should work, as well as FTP. If you search the forum for wget you may find some examples.