Well, that might make it less usefull to upgrade.
Anyway, back to my original question:
I tried the netcat method to make a backup. Backing up the SD card gives no problem. Backing up the rest, using
Code:
cd /; tar --preserve --same-owner --atime-preserve --exclude ram/proc --exclude mmc/mmca1 -cv * | nc 192.168.1.1 2030
as shown in the OpenEZX wiki, stops at the directory "var" and leaves me with a corrupted tar.gz file. Even excluding var from the tar operation does not solve this problem. The backup stops at the last directory before var (usr/something)
How can I create a full backup (also nice to have without upgrading)?