mirror of
https://github.com/robweber/xbmcbackup.git
synced 2024-11-14 20:35:48 +01:00
update changelog and version bump
This commit is contained in:
parent
28e3d08f0c
commit
6b5b465121
@ -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.
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<addon id="script.xbmcbackup"
|
||||
name="XBMC Backup" version="0.2.0" provider-name="robweber">
|
||||
name="XBMC Backup" version="0.2.1" provider-name="robweber">
|
||||
<requires>
|
||||
<import addon="xbmc.python" version="2.0"/>
|
||||
</requires>
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user