Backup Addon for Kodi
Go to file
Rob Weber ca10bf7307 version bump 2024-04-17 11:43:24 -05:00
.github modified issue template a bit 2023-04-05 10:22:50 -05:00
.settings for python 3 need version 9+ of Dropbox 2019-10-11 13:16:38 -05:00
resources prompt to close Kodi when restore completes 2024-01-25 09:13:02 -06:00
.gitattributes added attributes file to export-ignore 2020-06-16 15:07:16 -05:00
.gitignore update to ignore file 2014-10-09 11:31:26 -05:00
.travis.yml added flake8 pollyfill dep 2020-11-17 12:55:05 -06:00
LICENSE.txt first commit - kind of works 2012-04-17 16:03:45 -05:00
README.md update to release version 2022-01-26 08:34:57 -06:00
addon.xml version bump 2024-04-17 11:43:24 -05:00
changelog.md version bump 2024-04-17 11:43:24 -05:00
default.py fixes #200 2021-07-06 09:01:14 -05:00
service.py pep8 fixes 2019-12-30 10:17:58 -06:00

README.md

Backup Addon

Kodi Version Total Downloads Build Status License PEP8

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.

Running the Program

Running the program will allow you to select Backup or Restore as a running mode. Selecting Backup will push files to your remote store using the addon settings you defined. Selecting Restore will give you a list of restore points currently in your remote destination. Selecting one will pull the files matching your selection criteria from the restore point to your local Kodi folders.

For more specific information please check out the wiki on Github for this project. Advanced descriptions for the following are all there:

Attributions

Icon files from Open Iconic — www.useiconic.com/open

Contributing

If you're having issues with this addon there are two main places to look. The first is the addon thread on the Kodi Forums. This is where you can ask general questions regarding functionality. If you're having a legitimate issue, such as an error message, you can create an Issue for it in this repository.

Pull Requests are welcome if you want to dig around in the code to fix issues or add functionality. Please submit them using the usual workflow. Additionally you can help keep languages files up to date by visiting the Weblate page for this addon and updating untranslated strings. Changes to Weblate will automatically create PRs to this repository. This is a great way to contribute if you're not a coder!