added UI Settings option

Rob 2020-12-03 14:29:43 -06:00
parent c0b7cb13c2
commit 1f0d6413c1

@ -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.