OpenELEC / service.openelec.settings

service.openelec.settings - OpenELEC settings addon
Other
12 stars 35 forks source link

Renamed backup file cannot be recovered #56

Open sakos opened 9 years ago

sakos commented 9 years ago

Openelec OS settings accepts backup files for recovery even if they are renamed for any reason.(User can add supplementary information to the filename). It untars the file then ask confirmation if the configuration should be recovered then restarts the PC. However nothing happens. no configuration is recovered at all. The recovery is successful only if the filename is reverted back to the original.

There should be a filnename check and notification if the recovery is not possible. The best would be the successful recovery regardless of filename change.

butcha commented 9 years ago

:+1:

lrusak commented 9 years ago

Files can be named anything as long as it is 14 characters. This isn't likely to change https://github.com/OpenELEC/OpenELEC.tv/blob/master/packages/mediacenter/OpenELEC-settings/scripts/backup-restore#L20