added custom zip location setting

Rob 2021-01-20 14:39:34 -06:00
parent d4f33b3ad0
commit 0296b26d3c

@ -5,6 +5,7 @@ These options are found in the Settings area of the addon and should be setup pr
These are general settings regarding how backups are performed, maintained, and displayed. These are general settings regarding how backups are performed, maintained, and displayed.
* Compress Archives - this will put the backup contents in a zip folder. See notes below regarding how this works in more detail. * Compress Archives - this will put the backup contents in a zip folder. See notes below regarding how this works in more detail.
* Set Zip File Location - where to stage the zip file during backup or restore operations. This must be _local_ to the device, no SMB or NFS shares or it will fail. Also make sure you don't set a location that is included in the backup. Use of the [special protocol](https://kodi.wiki/view/Special_protocol) is allowed. ![Settings Level Expert](https://img.shields.io/badge/-expert-blue)
* Backups to Keep - You can keep a set number of backups by setting the integer value of this setting greater than 0. * 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. ![Settings Level Advanced](https://img.shields.io/badge/-advanced-blue) * 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. ![Settings Level Advanced](https://img.shields.io/badge/-advanced-blue)
* Progress Display - the type of progress bar you want to display, or none if you don't want to see the progress of the backup. * Progress Display - the type of progress bar you want to display, or none if you don't want to see the progress of the backup.