On a RUT241 with firmware version RUT2M_R_00.07.18.3 I get the following suspicious error messages when restoring a backup from the command line:
root@RUT241:/tmp# sysupgrade -r /tmp/backup.tar.gz
Thu Dec 11 15:21:14 UTC 2025 upgrade: Restoring config files...
Warning: Path does not exist: /etc/certificates/tpm2
Warning: Path does not exist: /etc/package_restore.txt
The error messages do not appear with firmware version RUT2M_R_00.07.17.5.
I’m a bit confused as to why you keep sending the logs. Is there still some kind of issue? As mentioned, the “warning” messages you’re getting can be safely ignored. If the backup is successfully applied after inputting the command, then I believe it is solved?
I believe that this error in specific is due to the fact that the device doesn’t have tpm2 support, so this definitely can be ignored.
This file is used by some OpenWrt scripts or by other Teltonika devices/models to track previously installed packages.
If the file doesn’t exist on the target system, the restore script warns you - nothing more.
As for the firmware different results, I believe since the newer firmware has it, and the older one doesn’t, this is just an update they’ve made to let the user know.
Regarding the pathing of the file, I don’t see an issue either, although it is slightly weird that cd’ing into /tmp/ and trying to run the command doesn’t work