Jump to content


EeeBackup 0.32 released


269 replies to this topic

#1 gfoot

    Senior Member

  • Members
  • 368 posts
  • LocationBrighton, UK

Posted 03 April 2008 - 02:50 AM

I've uploaded a new version of EeeBackup here:

http://www.glost.ecl.../eee/eeebackup/

The main changes are:

* Easier-to-use installer (but see below)
* More robust grub setup - no need to have an SD card inserted
* Better support for newer EeePCs which had different Python setups
* Default compression level is level 1 - not much, but very fast

Regarding the new installer, I found a problem after uploading - Firefox doesn't make the downloaded file executable, so you can't run it in File Manager. You need to do one of the following:

* Right-click, choose "Open With", then "Other", and type "sh" in the box
* Right-click, choose "Properties", then "Permissions", and check all three "Exec" boxes; then double-click in File Manager to run it
* Run it from a Ctrl-Alt-T terminal, as "sh eeebackup-0.32.shark.sh"

I'll have to figure out a better way around this in future - it's a shame, because it was looking like quite a convenient distribution mechanism. :( Oh well.

#2 go4

    New member

  • Members
  • 3 posts

Posted 03 April 2008 - 06:37 PM

hi

nice tHx....easy to use :)
works fine !!

cu go4

#3 ramcell

    Advanced Member

  • Members
  • PipPipPip
  • 31 posts

Posted 04 April 2008 - 11:32 AM

I just used your old restore and it worked, saved me a lot of work. I downloaded your update but don't know how it integrates with the old system. Exactly what do i do with it.

#4 gfoot

    Senior Member

  • Members
  • 368 posts
  • LocationBrighton, UK

Posted 04 April 2008 - 04:18 PM

The backup format hasn't changed, so old backups will work with the new program, and vice versa.

The new update will rewrite the boot portion of the USB stick, upgrading it to the new version. It should be harmless, but if it doesn't work, you can always reinstall the old version.

Again, the backups on the USB stick won't be erased or anything like that - they'll still work fine with either version. All that will be updated is the program itself.

#5 ramcell

    Advanced Member

  • Members
  • PipPipPip
  • 31 posts

Posted 04 April 2008 - 04:33 PM

so I just plugin the stick and run the script ?

#6 gfoot

    Senior Member

  • Members
  • 368 posts
  • LocationBrighton, UK

Posted 04 April 2008 - 05:54 PM

Yes, it will let you choose where to install to.

#7 jcc2.0

    New member

  • Members
  • 9 posts

Posted 16 April 2008 - 12:52 PM

I get this error on executing eeebackup-0.32-shark.sh :

Traceback (most recent call last):
File "setup/setup.py", line 3, in <module>
import qt
ImportError : No module named qt

I suppose I must install something else. Can you tell me what ? Thank you.

#8 Grimmy

    Senior Member

  • Members
  • 168 posts
  • LocationLondon

Posted 16 April 2008 - 08:43 PM

Excellent. Just tried this for the first time - much friendlier than dd. Keep up the good work - I look forward to the incremental backup feature.

Cheers,
Grimmy.
EeePC 701 4G - 2GB RAM - Ubuntu 10.10 Maverick Meerkat (Desktop Edition) - Eee Control 0.9.6

#9 SteveLawUK

    ExtrEmE User

  • Members
  • 3,637 posts
  • LocationUK

Posted 16 April 2008 - 09:06 PM

Quote

I get this error on executing eeebackup-0.32-shark.sh :

Traceback (most recent call last):
File "setup/setup.py", line 3, in <module>
import qt
ImportError : No module named qt

I suppose I must install something else. Can you tell me what ? Thank you.
I got that (or something very similar) when trying to run it from Ubuntu. Clearly some libraries/apps are needed (to do with qt), but does anyone know which ones?

Edited by SteveLawUK, 16 April 2008 - 09:07 PM.

2G Surf - "A cracking little machine."

If it ain't broke, don't fix it.

#10 jcc2.0

    New member

  • Members
  • 9 posts

Posted 17 April 2008 - 08:41 AM

I forgot to say that I'm running Ubuntu.
I know that the title of this forum is "Default Xandros Linux" :rolleyes: , but I discovered eeeBackup here.

Edited by jcc2.0, 17 April 2008 - 08:42 AM.


#11 markhealey

    New member

  • Members
  • 7 posts
  • LocationHull

Posted 17 April 2008 - 09:54 AM

This is about 2 to 3 times as fast now, it's brilliant, thank you!

#12 Nik_Doof

    Advanced Member

  • Members
  • PipPipPip
  • 53 posts
  • LocationWidnes, UK

Posted 17 April 2008 - 11:29 AM

Quote

Quote

I get this error on executing eeebackup-0.32-shark.sh :

Traceback (most recent call last):
File "setup/setup.py", line 3, in <module>
import qt
ImportError : No module named qt

I suppose I must install something else. Can you tell me what ? Thank you.
I got that (or something very similar) when trying to run it from Ubuntu. Clearly some libraries/apps are needed (to do with qt), but does anyone know which ones?
"apt-get install python-qt3" should sort it.
eeePC 4G 701 (7B) | 512mb | 2gb SD | Debian Lenny + GNOME

#13 jcc2.0

    New member

  • Members
  • 9 posts

Posted 17 April 2008 - 01:32 PM

Thank you Nik_Doof. You're right :)
The script needs also python-2.4 to works (Ubuntu uses python-2.5).
I could install my USB key. But it doesn't work :|.
When the eeePC boots on it, I can see very quickly something like "starting up", and then the screen remains black.
Alas, I suppose this script is not compatible with Ubuntu... :(

Edited by jcc2.0, 17 April 2008 - 01:33 PM.


#14 gfoot

    Senior Member

  • Members
  • 368 posts
  • LocationBrighton, UK

Posted 17 April 2008 - 05:20 PM

It is designed to make bootsticks based on Xandros - it does it by copying bits of Xandros to the boot device. If things are in different places in Ubuntu (especially kernel modules) and if you need different things copied (again, especially kernel modules) then you'll need to tweak the scripts that write the boot image to take account of that.

It can work with python 2.5 too, if you edit the scripts to say so - it's just not the default.

#15 danMdan

    ExtrEmE User

  • Members
  • 1,275 posts
  • LocationEngland

Posted 17 April 2008 - 07:50 PM

I have re-drafted the wiki for the new version with installer - someone please try it out and comment please. It is written, as was the previous version, to aid an almost complete beginner, thus I try to explain every step exactly.

dan (original wiki scribe)

Edited by danMdan, 17 April 2008 - 08:02 PM.

An Eee Box on Windows XP and a 901 with fast 32G Runcore also on XP.
And a Mac Mini using OS X 10.5.6 plus an HP 2133 using Vista Business.

#16 vegassam

    Senior Member

  • Members
  • 374 posts
  • LocationLas Vegas, NV

Posted 17 April 2008 - 09:18 PM

Dan - "fixes" for your wiki...
#9 - If the user plugs in the USB AFTER the install box comes up.... the user must click the "refresh" button to see it. Also, in easy mode, putting in a USB device brings up an "open in.." dialog box. I assume its the same in advanced mode. Need to tell the noobie to just close it.
#10. misspell word "be".
#13. User needs to press "close" twice to get it to disappear OR just tell them to restart right then???


BTW... for Easy MODE (Which I really believe you should accomodate) add the following:
#5 (EASY MODE) - Go to the Work tab and click on File Manager. When file Manager opens, look for a directory called "Desktop" under My Home. Click on it and you should see the file named "eeebackup-0.32.shark.sh"

After that everything was the same....

Hope this helps....
4 Gig surf - easy mode with many changes/upgrades
installed XP then moved it to a USB stick
900A - trying to get 16 gig SSD to work

#17 gfoot

    Senior Member

  • Members
  • 368 posts
  • LocationBrighton, UK

Posted 17 April 2008 - 10:03 PM

Quote

I have re-drafted the wiki for the new version with installer - someone please try it out and comment please.
A couple of comments from me too:

#14: I find you only need to press Esc once, as soon as the screen comes up. It's only F9 that you tend to need to tap repeatedly.

#15: I'd recommend exiting the backup program fully (selecting the Quit option on the main menu) before rebooting - this should help ensure data has been written to the devices in question. Waiting at least 10 seconds is probably prudent too, and I'd still recommend running a compare after any critical backup, to make sure. (This can also force it to flush to disk, which is a good thing too.)

Endnote: I think the screen blanking is fixed? I didn't test it well, but I haven't seen it blanking in my own backups for a while, so I think I fixed it but forgot I'd done it. Let me know if you still see this, anyway.

Also, regarding setup - there are also many options for running the setup script - I'm not sure which one you'd consider easiest, but although the one you've documented is the most gui-friendly one, it's also pretty complicated, though once you've set the permissions it will run fine from that point onwards, so that is better in a way.

Perhaps a simpler way, though, is to right-click, choose "Open With -> Other...", then type "sh" in the text box and press OK.

It's up to you though, whichever you think is easier for people to do.

Edited by gfoot, 17 April 2008 - 10:13 PM.


#18 vegassam

    Senior Member

  • Members
  • 374 posts
  • LocationLas Vegas, NV

Posted 17 April 2008 - 10:28 PM

@gfoot.... my screen did not blank out... I sort of "forgot" that I was running the backup & when I went back to it, the complete screen (blue) was up - no blanked out screen....

@Dan I liked the write up because I think a noobie reacts better to seeing/acting on the GUI level. Since saving to desktop is more visual in advanced mode and locating it in XandrosFileManager is pretty simple, it seemed to work for me w/o having to add any complicated changs for Easy Mode....

Edited by vegassam, 17 April 2008 - 10:28 PM.

4 Gig surf - easy mode with many changes/upgrades
installed XP then moved it to a USB stick
900A - trying to get 16 gig SSD to work

#19 BL00

    ExtrEmE User

  • Members
  • 1,055 posts
  • LocationEngland

Posted 17 April 2008 - 10:54 PM

note the wiki does assume advanced mode
i'm backing up before i enable it
#9 same as vegassam, easy mode brings up 'open with'
i had filemanager open while doing this, and it looks at first as though it has wiped the usb drive
this isn't the case obviously

yup escape pressed only once

i think 14 should be the advice 'if using a second flash drive...'
then 15 'now restart the ee....' etc

screen saver came on @ 15%, then 23% etc
pressing control brought the screen back up

again as an easy mode user
i download things to My Documents/My Downloads
so i know where it all is
the wiki was easy to follow though in this respect

once the program started from bios
everything was very intuitive
the only homer moment was realising select disk to back up
is the source disk (SSD), doh
not the attached 2.5 drive!

changing the wording to select source disk to back up
destination drive to store to
would make even homer happy

this is the first time i have used the program
(can you tell!?) and this bit of the wiki
so far so good, and thanks to both of you

is there a wiki for implementing the backup?
guessing it's just a case of esc when bios starting
and selecting back up
with bootable usb, and the 2.5 drive attached

also here's a link to the wiki on this thread
clicky
agreed re the GUI
it's still backing up as i type...
Asus 901 XP/OSX/Ubuntu, Google Nexus 4
Dell Mini 10v OSX 10.6.7/Win 7 and Chrome OS Lime on USB
Xandros: amsn, kooldock, pidgin 2.6.3, wine 1.1.29, adobe flash 10

#20 ricks4g

    Advanced Member

  • Members
  • PipPipPip
  • 50 posts

Posted 19 April 2008 - 01:19 AM

I just updated my flash drive to this version with no problem. I had to do an f9 reset and used a month-old backup (from the older EeeBackup version) and restored with no problem. Great work and thank you for the backup solution.





1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users