wendlers / mpfshell

A simple shell based file explorer for ESP8266 Micropython based devices ⛺
MIT License
398 stars 85 forks source link

Backup / Restore #26

Open diginfo opened 7 years ago

diginfo commented 7 years ago

Hi;

Is it possible to backup the entire file system folders * files and restore it ?

To backup I tried mget .* but that did not appear to work ??

wendlers commented 7 years ago

Hi,

it is not yet possible to do this. This is because the mget command (as well as all others) does not recurse into the file system. I marked this issue as enhancement.