Kodi Community Forum
WIP Restore addons/userdata folder - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32)
+--- Forum: Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=26)
+--- Thread: WIP Restore addons/userdata folder (/showthread.php?tid=227631)



Restore addons/userdata folder - Olliver Felipe - 2015-05-22

Hello everyone,
I am developing an addon that basically creates a backup of userdata and addons folders, first part which is create a zip file with those folders and their contents is working properly, the second part, I am trying to download that backup from a server and replace it, the download module also works, however, nothing change. It was giving me an error when I tried replace the Database folder, it says in the log that Database folder could not be deleted, so I just removed the part of replace database and just kept the addons and and xml files of userdata folder. It doesnt give me any error but also does not change anything, I mean the skin and all the stuff still the same. Someone has any idea about it? Thanks.