Posts by ozolli


    no they do not work the same. the LibreELEC backup saves LibreELEC specific things (ssh keys, LibreELEC settings, etc)

    Hi,
    Could you add /storage/.profile to the backup and restore list please ?

    Edit: I added

    Code
    if os.path.exists("/storage/.profile"):
                        tar.add("/storage/.profile")


    After line 903 in service.libreelec.settings/resources/lib/modules/system.py and it did the trick.