-
|
Is there a way to remote backup files from file system? Only with this 2 features you can really recover a broken device. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Unfortunately, there is no way to obtain a list of the files or the files themselves. This would have to be solved in a more complex way using individual HTTP queries – which in turn would have two disadvantages:
decode-config backups contain all changes (settings) that have been made on the device; perhaps I don't understand the question either.
That's true, but to be fair, it should be noted that one of the two points (files on a file system) only applies to ESP32 devices (or ESPs with larger memory that also use Tasmota with file system support). As I said, I'm not sure what the second point means. |
Beta Was this translation helpful? Give feedback.
Unfortunately, there is no way to obtain a list of the files or the files themselves. This would have to be solved in a more complex way using individual HTTP queries – which in turn would have two disadvantages:
Any change in Tasmota's HTTP output would require an adjustment to decode-config
It would be limited to devices that are online and can only be accessed via HTTP.
Backup/Restore of files would then not be possible with files (dmp files) or with devices connected via MQTT as source.
Thats why I have refrained from doing so until now. I would prefer that files in Tasmota become part of the settings (as is already the cas…