Backups to UNC-paths fail
Since version 1.2.4 backups to UNC-paths fail. Backups to local folders still work fine.
When backing up to UNC-paths only one small file per Shelly device is created with this content:
504b 0506 0000 0000 0000 0000 0000 0000 0000 0000 0000
Please provide logs;
run the application from the terminal with the following command line: java -D"org.slf4j.simpleLogger.log.it.usna=debug" -jar
After v 1.2.4 I switched to java.nio.file.FileSystem instead of the older java.util.zip.ZipOutputStream for zip files management.
This generated a bunch of problems; I'switched bach to java.util.zip.ZipOutputStream from v. 1.3.0 alpha2