added a "restore.txt" document that can be used to reverse the flow from remote to local.

Added restore mode in settings
This commit is contained in:
robweber
2012-04-21 17:18:41 -05:00
parent 140965733c
commit f520d58c6b
5 changed files with 114 additions and 80 deletions

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="script.xbmcbackup"
name="XBMC Backup" version="0.0.3" provider-name="robweber">
name="XBMC Backup" version="0.0.4" provider-name="robweber">
<requires>
<import addon="xbmc.python" version="2.0"/>
</requires>
@ -8,7 +8,7 @@
<provides>executable</provides>
</extension>
<extension point="xbmc.addon.metadata">
<summary lang="en">Backup your XBMC database and configuration files before an upgrade or in the even of a crash.</summary>
<summary lang="en">Backup abd restore your XBMC database and configuration files in the event of a crash or file corruption.</summary>
<description lang="en">Ever hosed your XBMC configuration and wished you'd had a backup? Now you can with one easy click. You can export your database, playlist, thumbnails, addons and other configuration details to any source writeable by XBMC.</description>
<platform>all</platform>
</extension>