Create backup as image on Server
|
20th Sep, 2015, 04:47 AM
Post: #8
|
|||
|
|||
RE: Create backup as image on Server
I get a reply to my report about this issue. The solution is, that in further time the mounts in kodi will be hidden in the list of possible destination.
But i still want backup my xbian inside of the kodi frontent to my fileserver. So please find below my workaround: In the CLI of my Raspberry i create a additional folder and provide full access for everyone: Terminal mkdir /home/xbian/.kodi/imagebackup chmod 777 /home/xbian/.kodi/imagebackup As next i start the editor to add the mounting to my server in the rc.local (its a possibility to mount it after each start) Terminal sudo nano /etc/rc.local In the rc.local, i add this line: Code: sudo mount -t cifs -o username=xxx,password=yyy //server/xbian /home/xbian/.kodi/imagebackup/ After a restart its only needed to use the kodi filemanager to add the local folder /home/xbian/.kodi/imagebackup as source. Now you could use the imagebackup as destination for a image file. instead of the filemanager, you could also add this lines in the section <files> in file /home/xbian/.kodi/userdata/sources.xml Code: <source> |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
Create backup as image on Server - Starwhooper - 14th Aug, 2015, 11:39 PM
RE: Create backup as image on Server - Starwhooper - 1st Sep, 2015, 11:27 PM
RE: Create backup as image on Server - Skywatch - 5th Sep, 2015, 06:17 PM
RE: Create backup as image on Server - Starwhooper - 6th Sep, 2015, 01:35 AM
RE: Create backup as image on Server - Skywatch - 6th Sep, 2015, 07:13 AM
RE: Create backup as image on Server - Starwhooper - 6th Sep, 2015, 08:34 PM
RE: Create backup as image on Server - Skywatch - 6th Sep, 2015, 10:39 PM
RE: Create backup as image on Server - Starwhooper - 20th Sep, 2015 04:47 AM
|
Possibly Related Threads... | |||||
Thread: | Author | Replies | Views: | Last Post | |
[PROBLEM] Mounting of Backup Image-File not possible | suhm | 10 | 19,457 |
7th Oct, 2015 06:03 PM Last Post: suhm |