Computing.Net > Forums > Linux > Linspire/Linux Backup

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

Linspire/Linux Backup

Reply to Message Icon

Name: kenb
Date: July 19, 2006 at 00:04:50 Pacific
OS: XP Pro
CPU/Ram: P4 2.0 768 Ram
Product: Compaq
Comment:

Could you please advise the best way to proceed with my 'Back UP' requirements.
After purchasing Linspire I intend to download additional programs via their CNR service. I would like to keep a continuous Backup HD (in a caddy) containing the OS and the latest programs downloaded. Did have a trial of Linspire, using a dual boot.
Failed to back up trying Norton Ghost and Acronis, ran into the problem of partition sizes being changed and having to reinstall the Linspire MBR.Have decided to have only a single OS in future. Did email Acronis their advice was wrong. Stating 'It MAY be necessary to reinstall MBR if partition sizes change' Either way, automatic or manual, sizes are changed,there is no choice. Help appreciated.



Sponsored Link
Ads by Google

Response Number 1
Name: inverto
Date: July 19, 2006 at 00:37:16 Pacific
Reply:

http://forum.linspire.com/


0

Response Number 2
Name: kenb
Date: July 19, 2006 at 21:38:46 Pacific
Reply:

Have already posted there(twice).
There was no,and reading other posts a solution offered.Having to reinstall the MBR
each time is not a proposition. Wanted to try and keep it simply as I am doing now with Windows 'insert Ghost floppy' and its done.Was hoping someone on Computing Net would have come up with a 'simple'suggestion.Thanks for your reply.


0

Response Number 3
Name: ernie
Date: July 20, 2006 at 12:31:41 Pacific
Reply:

You could try BootIt NG from Terabyte
Unlimited. It is shareware software, and has
a partition image utility, a boot manager,
and a partition manager.

Also (and not as simple), DD can create a
binary image of any HDD, Partition, CD, or
DVD. It uses an input file and an output
file. The input file can be any file or
device on the system. The output file is the
device or file location of your choice. For
example, you could copy the contents of a
floppy disk to a file with "dd if=/dev/fd0
of=~/floppy1.img". dd will read from the
disk in the floppy drive (/dev/fd0), and
write to the file named floppy1.img on your
home directory (~/floppy1.img).

From within a Linux terminal window run info dd or man dd for further information.

HTH,

Ernie Registered Linux User 247790
ICQ 41060744


0

Response Number 4
Name: 3Dave
Date: July 21, 2006 at 07:03:34 Pacific
Reply:

If you want a simple floppy solution, try ghost for linux (or ghost for unix)

http://freshmeat.net/projects/g4l/
http://www.feyrer.de/g4u/

They are really just scripts which simplify the use of commands like dd, tar, gzip and ftp.

Personally I use rsync/ssh over a network for most of my backups but that is more for data than partitions and MBRs etc. I generally keep a copy of the MBR and partition table on a bootable floppy for each machine. This can be done with:
# dd if=/dev/hda of=/dev/fd0 bs=512 count=1
If the MBR ever gets wiped or overwritten (eg by installing windoze...thanx bill!) you can simply boot from the floppy and copy it back with:
# dd if=/dev/fd0 of=/dev/hda bs=512 count=1


0

Response Number 5
Name: kenb
Date: July 24, 2006 at 03:55:18 Pacific
Reply:

Many thanks for information given.


0

Related Posts

See More



Sponsored Link
Ads by Google
Reply to Message Icon






Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Linux Forum Home


Sponsored links

Ads by Google


Results for: Linspire/Linux Backup

linux backup recovery www.computing.net/answers/linux/linux-backup-recovery/849.html

Linux Backup www.computing.net/answers/linux/linux-backup/15776.html

Linux backup www.computing.net/answers/linux/linux-backup/4778.html