Hi,

how I can export the data from the VirtualBox-Image for stand-alone usage? I've tried to backup the whole system data from / with deja-dup - but there were errors. So it seems that deja-dup is not such a good tool, like timemachine on mac.

Comments

MichaelCole’s picture

Hi Jepster,

You can use the virtualbox admin interface to accomplish this.

File -> Export Appliance

Then on another computer

File -> Import Appliance

You can shrink the resulting image by running:
$ bash ~/quickstart/export.sh

Does that help?

jepster_’s picture

Hi Mike,

thank's for your answer. But I'm interested to use quickstart outside of a virtual machine. just ubuntu on it's own computer.

drupaljohngo’s picture

Turney linux has an interesting article:

http://www.turnkeylinux.org/blog/convert-vm-iso

If you get it to happen, I'm interested in Quickstart on my laptop.
Now, I'm struggling with Drubuntu scripts. Almost finished
but the installation is having many an error.

drupaljohngo’s picture

Could you network to another machine with it's drive formatted
and a super grub disk as start up. Copy the files from VBox to
formated machine either thru a terminal of some other means. And update
the kernal. Perhaps? Live USB for the later Ubuntu 12 has a frightening amount
of options. Customize it with some networking tools and I'm sure it's possible.

drupaljohngo’s picture

Only local images are allowed.

http://www.howtogeek.com/howto/21257/transfer-a-drive-image-over-a-netwo...

basically network Quickstart to a SSH connection of the other computer. or find a conversion tool for appliance to a compatible dd image and do the same thing. Theoretically drag and drop.

drupaljohngo’s picture

I'm noticing that the new versions of Virtual Box have a Live CD option. Clonezila or
Ubuntu live CD could enable the ability to copy the drive image. I'll give it a
try in virtual land and then get Quickstart as my principle OS on a working Laptop.
Stay tuned.

drupaljohngo’s picture

Yes the live Cd is slow. My Quickstart is now 17gb. I'll try this on a new Quickstart,

jepster_’s picture

Someone in the IRC told me, that if you transfer all data from your ubuntu HD, you have probably a problem with the drivers. How I can access all files and folders of my virtual machine, not starting the virtual machine itself? Because it seems, that I cannot save the entire system, beeing in ubuntu. The system writes files, if it's running and the backup breaks.

drupaljohngo’s picture

I've worked installing this as a physical OS for a few days. I cherry picked certain scripts for installation on a clean lap top with both Ubuntu 10.04 LTS and then decided on Pinguy OS 11 . It was not with errors and I don't recommend trying it without opening up the bash scripts and really understanding what each installation is doing.
The major problem was xhprof which isn't necessary for most. It is running well now.

Keep in mind permissions and run a virtual box version of quickstart to compare the setup.

The advantage to Pinguy OS is all the bloatware that is installed that is simply useful. Opening gedit or anything else for that matter as root is a right click of the mouse. The OS is based on Ubuntu 10.04 so is very compatible with Quickstart. I installed the Helios PHP IDE but the learning curve was a bit steep. I decided upon KomodoEdit 7 which is more familiar and am now configuring firebug for drupal with errors/blank screen of shame.

The advantage of having a laptop with quickstart is great. The virtual host config functions with wordpress as well. Simply delete the installed drupal directory and replace with a wordpress installation. Config the database as normal.

mike stewart’s picture

Status: Active » Closed (works as designed)

The quickstart image is built by:

  1. Installing clean ubuntu (on Virtualbox, but unimportant to the question).
  2. Installing GIT: sudo apt-get install git
  3. Cloning the quickstart project scripts:
    git clone --recursive --branch 7.x-2.x http://git.drupal.org/project/quickstart.git</li>
      <li>cd quickstart
  4. Then running the install-quickstart.sh script.

Caution: Quickstart is inherently insecure and I don't recommend using the scripts for your own setup without customization to make them more secure.