VMware
1 2 3 ... 20 Previous Next 287 Replies Last post: Jan 16, 2009 1:12 PM by ddjay  

Personal Backup Appliance posted: Jun 5, 2006 12:32 AM

Click to view VMTN Admin's profile Expert 1,468 posts since
May 10, 2006
http://www.vmware.com/vmtn/appliances/directory/321

Backup, Restore, or Clone the Hard Disk Drive of any Computer or Virtual Machine over the Network!

Re: Personal Backup Appliance

1. Jun 7, 2006 5:37 PM in response to: VMTN Admin
Click to view rossco95132's profile Lurker 1 posts since
Jun 7, 2006
This is a handy tool. It make cloning drives from one machine to another a snap.

Thanks
Ross

Re: Personal Backup Appliance

2. Jun 13, 2006 7:30 AM in response to: VMTN Admin
Click to view Serge Couture's profile Lurker 4 posts since
Dec 15, 2004
I haven't been able to boot the client part... either on a vm machine or on a HP dc7600... the iso file downloaded just isn't booting!

The only message I have is "ISOLINUX 3.11 2005-09-02 Copyright (C) 1994-2005 H. Peter Anvin"...

Any clue?

Re: Personal Backup Appliance

3. Jun 14, 2006 11:06 PM in response to: Serge Couture
Click to view rxhui's profile Enthusiast 109 posts since
May 22, 2006
Have you tried downloading the pba-client-vm.zip from the Personal Backup Appliance? It's a "canned" VM that will boot from pba-client.iso.

After you download pba-client.zip, unzip it, and then download the pba-client.iso file and put it in the same directory with the extracted files from pba-client.zip. Once that's done, open pba-client-vm.vmx with vmplayer.

The only other thing that I could think of is an offending USB or some other peripheral device on your system that prevents it from booting past the isolinux prompt.

Hope this helps.

Re: Personal Backup Appliance

4. Jun 14, 2006 11:21 PM in response to: VMTN Admin
Click to view rxhui's profile Enthusiast 109 posts since
May 22, 2006
Here's what I'm considering for future revisions. Tell me what you'd like to see.

1. Option to toggle PXE support for booting the client over the network.
2. Server driven backups instead of client driven backups. In the current revision, the backup scripts execute on the client end, but it would be useful to be able to have a web interface on the Personal Backup Appliance VM that monitors what clients are connected and then you can manage backups and restores from the server-end through a user-friendly interface.
3. Use device image or dd to copy and restore partitions that are unsupported by partition image.
4. More user friendly options to mount external storage for data.
5. Add webmin, swat or equivalent to manage samba shares easily.
6. Add option to burn system recovery CD or DVD from a backup. (like what you get from your friendly computer OEM)

Re: Personal Backup Appliance

5. Jun 19, 2006 5:35 AM in response to: VMTN Admin
Click to view cbr's profile Lurker 2 posts since
Jun 19, 2006
thanks ! It works whell !!

therefore what's the root password ???

I try to mount a smb share ... but i haven't the root password and 'vmware' doesn't works.

For that did I remove data.vmdk ? or another manipulation ?

Thanks for your answers.

Re: Personal Backup Appliance

6. Jun 19, 2006 9:02 AM in response to: cbr
Click to view rxhui's profile Enthusiast 109 posts since
May 22, 2006
Glad to hear that it's working well for you. Please take the time to rate my appliance when you get the chance.

In Ubuntu linux, the root account is disabled by default, but the vmware user can use sudo to run commands as root. When prompted for a password, enter in the password for the vmware user which is 'vmware'

Are you trying to mount a smb share so that backups are stored external to the VM? If so, all you need to do is mount the external volume to /home/vmware/data. You don't need to remove data.vmdk

Re: Personal Backup Appliance

7. Jun 19, 2006 10:14 PM in response to: VMTN Admin
Click to view rxhui's profile Enthusiast 109 posts since
May 22, 2006
I posted a Personal Backup Appliance User Guide with walk-through for the hard disk backup and restore feature. It includes screenshots!

http://rxhui.blogspot.com/2006/06/personal-backup-appliance-user-guide.html

Re: Personal Backup Appliance

8. Jun 19, 2006 10:18 PM in response to: rxhui
Click to view Hammad's profile Lurker 5 posts since
Jun 19, 2006
Hi everybody,

I'm wondring If any one can help me in my little project and how can I use PBA to help me on that..

I have 20 PC's and I want to copy one hard disk (with OS ofcourse) to the other PC's, ofcourse this will save my time instead of using Norton Ghost.

How can I use PBA in my situation?

Best Regards

Re: Personal Backup Appliance

9. Jun 19, 2006 10:42 PM in response to: Hammad
Click to view rxhui's profile Enthusiast 109 posts since
May 22, 2006
Here's how you can use PBA to clone 20 PCs.

1. From an arbitrary PC on your network, open up the PBA using VMplayer and let it bootup completely.
2. From another system, download the bootable client CD iso image from the PBA, and burn it to CD.
3. Boot from the client CD on a system that has your master OS installation. Select Backup, provide a name, and wait for the operation to complete. The master hard disk is now archived.
4. Boot from the client CD on another system that you want to clone. Select Restore, choose the archive described by the name that you provided in Step 3. Wait for the operation to complete. The hard disk is now identical to the master. Reboot, eject CD, and boot to new OS.
5. Repeat on the other PC computers.

Here's a re-post of the link to a walk-through with screenshots that may help you out.
http://rxhui.blogspot.com/2006/06/personal-backup-appliance-user-guide.html

Re: Personal Backup Appliance

10. Jun 20, 2006 6:04 AM in response to: rxhui
Click to view cbr's profile Lurker 2 posts since
Jun 19, 2006
thanks for your help,

I try to mount a smb share for the storage of my backups but it doesn't works. I have this message if i do a dmesg |tail : smbfs : data_mount version 1919251317 is not supported.

besides it's a very nice VM !!

nb : i can't vote !! my note is **** (4/5) Very good VM :)

Message was edited by:
cbr

Re: Personal Backup Appliance

11. Jun 20, 2006 8:50 AM in response to: cbr
Click to view rxhui's profile Enthusiast 109 posts since
May 22, 2006
I think I may have found the solution for mounting external SMB/Windows shares. The smbfs package was not installed. After installing smbfs, I was able to mount my windows share.

Here's how you can mount an external SMB/Windows share from within the VM (note that this is an optional feature):

1. run this command first to install smbfs:

sudo apt-get install smbfs

2. unmount /home/vmware/data, then mount the smb share to /home/vmware/data (fill in the information for your server):

sudo umount /home/vmware/data

sudo mount -o username=user,password=password -t smbfs //server_ip/share /home/vmware/data

3. then run this command to seed the initial data

sudo /home/vmware/bin/data.sh

Please give this a try. It worked for me. Thanks a lot for trying my VM and see if you can figure out how to vote. :)

It looks like I will have to either install smbfs in the next version, or beef up the instructions for mounting external shares to include what I posted above.

Message was edited by:
rxhui

Re: Personal Backup Appliance

12. Jul 1, 2006 4:30 AM in response to: VMTN Admin
Click to view davidric's profile Lurker 1 posts since
Jul 1, 2006
I have tried to download this a couple of times. And i keep getting bad CRC with the pba.vmdk and data.vmdk. This results in Error 2 wile trying to load GRUB. Is it possible to download this file direct from a server. As the download seems to be corrupted.

Re: Personal Backup Appliance

13. Jul 6, 2006 12:16 AM in response to: davidric
Click to view rxhui's profile Enthusiast 109 posts since
May 22, 2006

Re: Personal Backup Appliance

14. Jul 9, 2006 12:22 AM in response to: VMTN Admin
Click to view hotseter's profile Lurker 1 posts since
Jul 9, 2006
I have a basic question to ask while I am downloading this...

I have a real machine that I'd like to virtualize. So I download this VM, and run it from a different machine on the network. Then I boot up the real machine that I want to virtualize, connect to the server and do the backup.

Then after that I have an image of the original machine? Is it in a vmware like disk? Where is it stored?

Thanks,
C
1 2 3 ... 20 Previous Next Go to original post

VMware Developer

SDKs, APIs, Videos, Learn and much more in the Developer community.

Learn More

Developer Sample Code

Increase your developer productivity with VMware API sample code.

Learn More

VMworld Sessions & Labs

Online access to the latest VMworld Sessions & Labs and online services.

Learn more

Purchase PSO Credits Online

Purchase credits to redeem training and consulting services online.

Buy Now

Community Hardware Software

View reported configurations or report your own.

Learn More

VMware vSphere

Come witness the next giant leap in virtualization.

Register Today

Communities