• 1
  • 3
  • 4
  • 5(current)
  • 6
  • 7
  • 131
[Release] Backup (formerly XBMC Backup)
#61
(2012-05-31, 02:03)dallasnights Wrote: could you share maybe Version 0.0.4 or Version 0.0.6 and I can try that

did what you said, tried on another share, my laptop same problem

Let me know thanks

You can always "roll back" the addon if you've downloaded it from the official XBMC repo. If you haven't done that you can look through the github commits and download the ones you need. To make things a little easier here are the commits from the past few versions:

version 0.0.4

0b0d8dab3f0dcc9036dfe5dce6dd42962011a34a

0.0.5

b6d78ea77b7b2bccd4c30aef93e2c896ff4f152e

0.0.6

1d320cd6016aaa55932fc00a33527c088a9a9d97

https://github.com/robweber/xbmcbackup

I am curious to know if this behavior has something to do with files on your system, or is an issue with ATV2 in general. Anyone else using an apple TV?
Reply
#62
tried to click on committs says 404 webpage looking for can not be found
Did not install via official repo

Anyway you can just ZIP them up and send to me maybe PM me .005 and ,006 and see if I can make those work

Thanks again!
Reply
#63
(2012-05-30, 15:42)robweber Wrote: -cut-
@schumi2004 - tracing the error it looks like the python json libraries don't like something to do with the characters found (utf8 error) in your files. If you turn on debugging you may at least get the name of the file that is causing the error, although it is happening within a python library so there isn't a whole lot that can be done (other than removing the file).

Ok, where does it goes wrong?
In that folder (recordlabel https://www.dropbox.com/s/spfhmbfoc4veey...dlabel.zip) only 2 files seems to be messing things up
A&M.png and A&M Records.png

http://pastebin.com/42JiET9G

Edit:
Deleting those 2 files didn't help.
Reply
#64
hi rob, im trying to add another cron job and get script errors.

ive tried

<?xml version="1.0" ?>
<cron>
<job name="backup xbmc" command="RunScript(script.xbmcbackup) " expression="23 30 * * *" show_notification="true" />
<job name="powerdown" command="Powerdown" expression="23 59 * * *" show_notification="true" />
</cron>



and ive also tried

<?xml version="1.0" ?>
<cron>
<job name="backup xbmc" command="RunScript(script.xbmcbackup) " expression="23 30 * * *" show_notification="true" />
</cron>
<cron>
<job name="powerdown" command="Powerdown" expression="23 59 * * *" show_notification="true" />
</cron>

Any ideas?

Matt
Main - LG - OLED65CX6LA 65" Smart 4K Ultra HD HDR OLED TV - Yamaha RXV383 - N2plus running CoreELEC Nexus - Harmony Elite remote
BedRoom - Panasonic DX-700 UHD TV - N2 running CoreELEC Nexus - Harmony Elite remote
Server - debian based 10TB Media Server 
Reply
#65
@matt77303 - The first version you have listed is in the correct xml format. I put it on my system and the issue you're seeing is that your cron times are not valid. It should be minute hour day_of_month months_of_year days_of_week. In the expression you have you're essentially saying it should run at 30:23 which isn't a valid hour. The same for the other one, you have 59:23 when you probably meant 23:59. Just reverse the hour and minute and everything should work.

@dallasnights - don't use the commit links, the forum just puts those in there and they aren't meant to do anything. If you click on the github repo link and find them from there they will work. Not trying to make this difficult for you but I'm not going to start compiling and maintaining every version of an addon when there are methods available for people to find them.

@schumi2004 - Am I correct in seeing that this is in the AeonMQ skin? For some reason that skin seems to be a real problem with unicode errors and this script. If I ever figure out exactly what I'll let you know (don't use that skin myself but can find and download it).
Reply
#66
(2012-06-04, 15:28)robweber Wrote: -cut-

@schumi2004 - Am I correct in seeing that this is in the AeonMQ skin? For some reason that skin seems to be a real problem with unicode errors and this script. If I ever figure out exactly what I'll let you know (don't use that skin myself but can find and download it).

Yes it's the AeonMQ skin , it worked in version 0.7 got defect in version 0.8
Reply
#67
ok installed only from REPO, did rollback and still can not get it to do anything but create a folder on my win7 machine from ATV2
not sure what is wrong

Let me ask a simple question

What do I need to back up to clean out my ATV2, re jailbreak now, then reinstall so I dont loose the files and FAVS I created
Reply
#68
(2012-06-04, 15:32)dallasnights Wrote: ok installed only from REPO, did rollback and still can not get it to do anything but create a folder on my win7 machine from ATV2
not sure what is wrong

Let me ask a simple question

What do I need to back up to clean out my ATV2, re jailbreak now, then reinstall so I dont loose the files and FAVS I created

This addon backups up everything in the special://home directory. This includes user installed addons plus the userdata folder which has all of your databases, thumnails, sources, and favorites. On an ATV this directory would be /private/var/mobile/Library/Preferences/XBMC

Backing up that whole directory would let you restore it in the event you lost something.
Reply
#69
@robweber
It seems after a clean install running MQ3 XBMC Backup is working again. I think some addon i haven't installed yet is the problem.

So far i have a pretty complete backup but for OpenELEC i'm missing i folder. Is there a way to have 1 field which let you select a custom folder for backup and restore??

Now it picks the folders stored in .xbmc
Code:
openelec@openelec-VirtualBox:/media/Storage$ ls -la
total 80
drwxr-xr-x 17 root root  4096 Jun  2 00:58 .
drwxr-xr-x  4 root root  4096 Jun 15 11:40 ..
drwxr-xr-x  2 root root  4096 Jun  2 00:58 .boblight
drwxr-xr-x  4 root root  4096 Jun  1 02:52 .cache
drwxr-xr-x  7 root root  4096 Jun  2 00:57 .config
drwxr-xr-x  4 root root  4096 Jun  1 09:49 downloads
drwx------  2 root root 16384 Jun  1 02:50 lost+found
drwxr-xr-x  2 root root  4096 Jun  1 02:52 music
drwxr-xr-x  2 root root  4096 Jun  1 02:52 pictures
drwxr-xr-x  2 root root  4096 Jun  1 02:52 screenshots
drwx------  2 root root  4096 Jun  1 02:52 .ssh
drwxr-xr-x  2 root root  4096 Jun  1 02:52 tvshows
drwxr-xr-x  2 root root  4096 Jun  1 02:52 videos
drwxr-xr-x  8 root root  4096 Jun  1 02:52 .xbmc

.xbmc content
Code:
openelec@openelec-VirtualBox:/media/Storage/.xbmc$ ls -la
total 32
drwxr-xr-x  8 root root 4096 Jun  1 02:52 .
drwxr-xr-x 17 root root 4096 Jun  2 00:58 ..
drwxr-xr-x 70 root root 4096 Jun  1 09:55 addons
drwxr-xr-x  2 root root 4096 Jun  1 02:52 media
drwxr-xr-x  2 root root 4096 Jun  1 02:52 sounds
drwxr-xr-x  2 root root 4096 Jun  1 02:52 system
drwxr-xr-x  4 root root 4096 Jun  2 01:07 temp
drwxr-xr-x  8 root root 4096 Jun  1 09:36 userdata

The folder i also like to backup is .config
Code:
openelec@openelec-VirtualBox:/media/Storage$ ls -la
total 80
..................
drwxr-xr-x  7 root root  4096 Jun  2 00:57 .config
..................
drwxr-xr-x  8 root root  4096 Jun  1 02:52 .xbmc

.config content
Code:
openelec@openelec-VirtualBox:/media/Storage/.config$ ls -l
total 84
drwxr-xr-x 2 root root  4096 Jun  1 02:52 aacs
-rwxr-xr-x 1 root root  1511 Jun  1 09:30 asound.conf
drwxr-xr-x 2 root root  4096 Jun  2 00:57 asound.conf.sample
-rwxr-xr-x 1 root root   679 Jun  1 09:30 autostart.sh
-rw-r--r-- 1 root root 41119 Jun  2 00:57 fglrx.conf
-rw-r--r-- 1 root root   194 Jun  1 02:52 hosts.conf
drwxr-xr-x 2 root root  4096 Jun  1 02:52 modprobe.d
drwxr-xr-x 2 root root  4096 Jun  2 00:57 modprobe.d.sample
-rw-r--r-- 1 root root  1362 Jun  1 02:52 remote.conf
-rw-r--r-- 1 root root  3779 Jun  2 00:57 samba.conf.sample
drwxr-xr-x 2 root root  4096 Jun  1 02:52 udev.rules.d.sample
Reply
#70
@ schumi2004

Your idea sounds reasonable. Having a field where you could type an absolute system path seems like it would be fairly simple and a good feature to have.

I can't guarantee when I'll get around to adding it. Kind of tied down to another non-xbmc project at the moment. Within the week? I'll post back here when I have something (patches welcome Smile )
Reply
#71
firstly thanks for the backup add-on

if i was to change from xbmcbuntu to windows using xbmc would my backup still work on the windows version of xbmc? or would i have to start again? (i want hyperspin on xbmc.)
Reply
#72
(2012-06-26, 11:59)fakie Wrote: firstly thanks for the backup add-on

if i was to change from xbmcbuntu to windows using xbmc would my backup still work on the windows version of xbmc? or would i have to start again? (i want hyperspin on xbmc.)

Your backup should import into the windows version of XBMC just fine. All of the xbmc files in the backup directory are platform independent so your configuration, addons, library, etc should all load into a new version of xbmc, even on a different OS.
Reply
#73
(2012-06-26, 15:03)robweber Wrote:
(2012-06-26, 11:59)fakie Wrote: firstly thanks for the backup add-on

if i was to change from xbmcbuntu to windows using xbmc would my backup still work on the windows version of xbmc? or would i have to start again? (i want hyperspin on xbmc.)

Your backup should import into the windows version of XBMC just fine. All of the xbmc files in the backup directory are platform independent so your configuration, addons, library, etc should all load into a new version of xbmc, even on a different OS.

Thankyou Big Grin Nod Big Grin Nod
Reply
#74
Another thank-you from me for the add-on! It has already been immensely useful for me for duplicating settings from one installation (lounge) to another (bedroom), and is a massive time saver! Great work!!

#1. One minor issue I'm having is that the settings for the skin I use (Quartz) is not backed up. Everything else appears to work really well (addons, settings, thumbs, etc), just the skin-specific settings. Since I have customized the home screen of this skin quite considerably, it would be nice if this could also be saved.

#2. Feature request: Cyclic backups. How tricky would it be to provide a setting within the XMBC Backup add-on that would back up to 'X' different folders cyclicly (i.e. each time you back-up, it switches to the next folder). This way, you could store a short history of backups, and if something messes up, you can revert to an earlier backup. The number of folders could be user controlled, allowing them to decide how much space the backups should take. What do you think?
Reply
#75
Team,

I seem to have backed up successfully but can't find the file! I set the path to a directory on my NAS but there's nothing there. The add-on ran and collected all the data. I had no error messages. I have searched my complete NAS and PC for xbmc_backup but there is no sign of the file. Any ideas?

Thanks
Reply
  • 1
  • 3
  • 4
  • 5(current)
  • 6
  • 7
  • 131

Logout Mark Read Team Forum Stats Members Help
[Release] Backup (formerly XBMC Backup)10