mirror of
https://github.com/robweber/xbmcbackup.git
synced 2024-11-14 12:25:48 +01:00
30 lines
2.8 KiB
Markdown
30 lines
2.8 KiB
Markdown
# Backup Addon
|
|
![Kodi Version](https://img.shields.io/endpoint?url=https%3A%2F%2Fweberjr.com%2Fkodi-shield%2Fversion%2Frobweber%2Fxbmcbackup%2Fmatrix%2Ftrue%2Ftrue) ![Total Downloads](https://img.shields.io/endpoint?url=https%3A%2F%2Fweberjr.com%2Fkodi-shield%2Fdownloads%2Fmatrix%2Fscript.xbmcbackup%2F1.6.8) [![Build Status](https://img.shields.io/travis/com/robweber/xbmcbackup/matrix)](https://app.travis-ci.com/github/robweber/xbmcbackup) [![License](https://img.shields.io/github/license/robweber/xbmcbackup)](https://github.com/robweber/xbmcbackup/blob/master/LICENSE.txt) [![PEP8](https://img.shields.io/badge/code%20style-pep8-orange.svg)](https://www.python.org/dev/peps/pep-0008/)
|
|
|
|
## 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](https://github.com/robweber/xbmcbackup/wiki) for this project. Advanced descriptions for the following are all there:
|
|
|
|
* [Configuration](https://github.com/robweber/xbmcbackup/wiki/Configuration)
|
|
* [Cloud Storage](https://github.com/robweber/xbmcbackup/wiki/Cloud-Storage)
|
|
* [Scheduling](https://github.com/robweber/xbmcbackup/wiki/Scheduling)
|
|
* [Scripting](https://github.com/robweber/xbmcbackup/wiki/Scripting)
|
|
* [FAQ](https://github.com/robweber/xbmcbackup/wiki/FAQ)
|
|
|
|
|
|
## 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](https://forum.kodi.tv/showthread.php?tid=129499). 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](https://github.com/robweber/xbmcbackup/issues) 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](https://guides.github.com/introduction/flow/index.html). Additionally you can help keep languages files up to date by visiting [the Weblate page](https://kodi.weblate.cloud/projects/kodi-add-ons-scripts/script-xbmcbackup/) 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!
|