April 15, 2022 at 10:27 AM #1 HelloIs it possible to install ssh on a freshly installed image on the sd card so that a backup can be imported via ssh?I would like to do without keyboard and mouse for a new installation.
April 16, 2022 at 10:31 AM #3 HelloI am trying to unpack a backup which unfortunately does not work.What am I doing wrong? Code LibreELEC:~/backup # tar -xzf 20220414162636.tar storage tar: invalid magic tar: short read tar: storage: not found in archive
April 16, 2022 at 12:13 PM #4 Use tar xf 20220414162636.tar -C /Edit: this does not work reliable.Do: Code mkdir -p /storage/.restore cp 20220414162636.tar /storage/.restore reboot