Backup Addon for Kodi
Go to file
2012-04-19 18:30:46 -05:00
resources Thought I did this last time - string should be there now 2012-04-19 18:11:04 -05:00
addon.xml added new icon file as well as updated README information for usage 2012-04-19 18:30:46 -05:00
changelog.txt added new icon file as well as updated README information for usage 2012-04-19 18:30:46 -05:00
default.py finished the different backup selection options 2012-04-19 18:00:20 -05:00
icon.jpg added new icon file as well as updated README information for usage 2012-04-19 18:30:46 -05:00
icon.png first commit - kind of works 2012-04-17 16:03:45 -05:00
LICENSE.txt first commit - kind of works 2012-04-17 16:03:45 -05:00
README.txt added new icon file as well as updated README information for usage 2012-04-19 18:30:46 -05:00

XBMC Backup

About: 
I've had to recover my database, thumbnails, and source configuration enough times that I just wanted a quick easy way to back them up. That is what this addon is meant to do. 

Usage: 

In the addon settings you can define a remote path for the destination of your xbmc files. You must also include a backup folder name, all of your files will be in this folder once the backup runs. 

On the Backup Selection page you can select which items from your user profile folder will be sent to the backup location. By default all are turned on except the Addon Data directory. 

What this Addon Will Not Do:

This is not meant as an XBMC file sync solution. If you have multiple frontends you want to keep in sync this addon may work in a "poor man's" sort of way but it is not intended for that. 

Your remote folder will not be "pruned" of files you have deleted. Mostly this is due to limitations with the xbmcvfs python module, it cannot list files, only tell if they exist. This behavior may change in the future but right now it is up to you to remove obsolete items from the remote path. The easiest way is to just delete the remote folder before doing a full backup.