From 1f0d6413c115ea8ff17199e0890f95ab8e553deb Mon Sep 17 00:00:00 2001 From: Rob <1572423+robweber@users.noreply.github.com> Date: Thu, 3 Dec 2020 14:29:43 -0600 Subject: [PATCH] added UI Settings option --- Configuration.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Configuration.md b/Configuration.md index cd777a3..5205be6 100644 --- a/Configuration.md +++ b/Configuration.md @@ -6,6 +6,7 @@ These are general settings regarding how backups are performed, maintained, and * Compress Archives - this will put the backup contents in a zip folder. See notes below regarding how this works in more detail. * Backups to Keep - You can keep a set number of backups by setting the integer value of this setting greater than 0. +* Ask Before Restoring Kodi UI Settings - by default saved [UI settings](https://kodi.wiki/view/Settings) will be restored automatically. Setting this to true will prompt you to confirm you want to restore these settings. * Progress Display - the type of progress bar you want to display, or none if you don't want to see th progress of the backup. If you choose to compress your backups there are a few things you need to be aware of. Compressing takes place on the server you are trying to backup and then only the archive is copied to the remote backup location. This means you must have sufficient space available to allow for creating the archive. When restoring a zipped archive the process is the same. It is first copied to your local storage, extracted, and the contents put to their correct locations. The archive is then deleted. Zipped and non-zipped backups can be mixed in the same archive folder.