Hallo zusammen,
das Config-File wird nicht mehr sauber erstellt. Das liegt an dem Parameter "--hard-dereference". Die MLD nutzt den TAR-Befehl aus der Busy-Box und da gibt es diesen Parameter wohl nicht. Meldung, die beim Aufruf des Scripts backup-config.sh ausgegeben wird lautet:
MLD-WoZi> backup-config.sh export
tar: unrecognized option '--hard-dereference'
BusyBox v1.22.1 (2014-09-23 16:22:47 CEST) multi-call binary.
Usage: tar -[cxtzjhmvO] [-f TARFILE] [-C DIR] [FILE]...
Create, extract, or list files from a tar file
Operation:
c Create
x Extract
t List
f Name of TARFILE ('-' for stdin/out)
C Change to DIR before operation
v Verbose
z (De)compress using gzip
j (De)compress using bzip2
O Extract to stdout
h Follow symlinks
m Don't restore mtime
BusyBox v1.22.1 (2014-09-23 16:22:47 CEST) multi-call binary.
Usage: cp [OPTIONS] SOURCE... DEST
Copy SOURCE(s) to DEST
-a Same as -dpR
-R,-r Recurse
-d,-P Preserve symlinks (default if -R)
-L Follow all symlinks
-H Follow symlinks on command line
-p Preserve file attributes if possible
-f Overwrite
-i Prompt before overwrite
-l,-s Create (sym)links
Wäre natürlich schön, wenn dann im Webif ein Fehler angezeigt wird und nicht eine Datei runtergeladen wird, die sich nicht entpacken lässt. So geht man zunächst davon aus, dass das Config-File ordnungsgemäß erzeugt wird und fällt dann bei der Neuinstallation auf die Nase, weil man kein korrektes File hat.
Viele Grüße skippy