mirror of
https://github.com/robweber/xbmcbackup.git
synced 2024-11-15 04:45:49 +01:00
fix images
parent
c1b87ff223
commit
ee6603e1ac
@ -7,11 +7,11 @@ 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.
|
* 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.
|
* 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.
|
* 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.
|
* 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.
|
||||||
|
|
||||||
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.
|
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.
|
||||||
|
|
||||||
![](https://github.com/robweber/xbmcbackup/blob/master/resources/images/screenshot1.png)
|
![](https://github.com/robweber/xbmcbackup/blob/master/screenshots/screenshot1.jpg)
|
||||||
|
|
||||||
### Remote Directories
|
### Remote Directories
|
||||||
|
|
||||||
@ -28,7 +28,7 @@ __Please Note__: The Backup addon manages all files/folders under the chosen dir
|
|||||||
|
|
||||||
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).
|
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).
|
||||||
|
|
||||||
![](https://github.com/robweber/xbmcbackup/blob/master/resources/images/screenshot5.png)
|
![](https://github.com/robweber/xbmcbackup/blob/master/screenshots/screenshot5.jpg)
|
||||||
|
|
||||||
* Addon Data - this is data saved by addons when changing their settings. The path is special://home/userdata/addon_data
|
* 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)
|
* 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)
|
||||||
|
Loading…
Reference in New Issue
Block a user