From 13d299e07fa337a163a335059ed0d17f27245c5b Mon Sep 17 00:00:00 2001 From: Rob <1572423+robweber@users.noreply.github.com> Date: Wed, 5 Apr 2023 13:15:04 -0500 Subject: [PATCH] added link to validation file page --- Configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Configuration.md b/Configuration.md index d6e18bd..29546a2 100644 --- a/Configuration.md +++ b/Configuration.md @@ -42,7 +42,7 @@ When in Advanced Mode you can select files via a Simple or [Advanced Editor](htt * Thumbnails/Fanart - the folder where all thumbnails and fanart is stored. The path is special://home/userdata/Thumbnails * User Addons - these are all the addon files located in the main Kodi addons folder. The path is special://home/addons -Additionally each backup will dump your current UI Settings to a special saved file called ```xbmcbackup.val```. This is done through a [JSON-RPC Settings.GetSettings](https://kodi.wiki/view/JSON-RPC_API/v12#Settings.GetSettings) call done at the time the backup is run. +Additionally each backup will dump your current UI Settings to a special saved file called [xbmcbackup.val](https://github.com/robweber/xbmcbackup/wiki/Validation-File). This is done through a [JSON-RPC Settings.GetSettings](https://kodi.wiki/view/JSON-RPC_API/v12#Settings.GetSettings) call done at the time the backup is run. ### Scheduling