From 46f3cfc6404259a1b92aa37c5046e80029c87cee Mon Sep 17 00:00:00 2001 From: Rob <1572423+robweber@users.noreply.github.com> Date: Mon, 26 Aug 2019 17:40:10 -0500 Subject: [PATCH] added link to custom file --- Configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Configuration.md b/Configuration.md index c0e8c3c..81ffbdf 100644 --- a/Configuration.md +++ b/Configuration.md @@ -21,7 +21,7 @@ Here is where you setup the remote path the backup files will be copied to. Each ### File Selection Options -You can select files via a Simple or [Advanced Editor](https://github.com/robweber/xbmcbackup/wiki/Advanced-Editor). Using the simple editor you can select from common Kodi folders that you would like to be backed up. Below is a breakdown of the file selection options available. More information about Kodi file paths can be found on [the wiki](http://kodi.wiki/view/Special_protocol) +You can select files via a Simple or [Advanced Editor](https://github.com/robweber/xbmcbackup/wiki/Advanced-Editor). Using the simple editor you can select from common Kodi folders that you would like to be backed up. Both of these options work off a [JSON config file](https://github.com/robweber/xbmcbackup/wiki/Sample-Custom-File) stored in the addon_data folder. Below is a breakdown of the file selection options available. More information about Kodi file paths can be found on [the wiki](http://kodi.wiki/view/Special_protocol) * Addon Data - this is data saved by addons when changing their settings. The path is special://home/userdata/addon_data * Config Files - config files refer to a collection of files that Kodi uses for information. This includes the keymaps and peripheral_data, and library directories in the userdata folder. It also includes all the XML files in the root of the userdata directory such as sources.xml, guisettings.xml, favorites.xml, advancedsettings.xml and others. For a full list of files in this directory see the [UserData folder wiki page](http://kodi.wiki/view/The_UserData_Folder)