diff --git a/README.txt b/README.txt index 63faa3f..3928734 100644 --- a/README.txt +++ b/README.txt @@ -5,7 +5,7 @@ I've had to recover my database, thumbnails, and source configuration enough tim Usage: -In the addon settings you can define a remote path for the destination of your xbmc files. Each backup will create a folder named in a month, day, year format so you can create multiple backups. +In the addon settings you can define a remote path for the destination of your xbmc files. Each backup will create a folder named in a month, day, year format so you can create multiple backups. You can keep a set number of backups by setting the integer value of the Backups to Keep setting greater than 0. 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. diff --git a/addon.xml b/addon.xml index 93d8e63..d8da8c6 100644 --- a/addon.xml +++ b/addon.xml @@ -1,6 +1,6 @@  + name="XBMC Backup" version="0.2.1" provider-name="robweber"> diff --git a/changelog.txt b/changelog.txt index 3e8f1a0..78eb4b0 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,7 @@ +[b]Version 0.2.1[/b] + +added ability to rotate backups, keeping a set number of days + [b]Version 0.2.0[/b] removed the vfs.py helper library