SearchFAQMemberlist Log in
Reply to topic Page 1 of 1
rescue
Author Message
Post rescue 
can backuppc be used a a resuce method. starting from
a wiped hard drive? restoring windows XP?

Thanks

Joe Vanderstelt

__________________________________
Do you Yahoo!?
Yahoo! Small Business $15K Web Design Giveaway
http://promotions.yahoo.com/design_giveaway/


-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
BackupPC-users mailing list
BackupPC-users < at > lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/

Post rescue 
On 04/02 01:11 , Joe Vanderstelt wrote:
can backuppc be used a a resuce method. starting from
a wiped hard drive? restoring windows XP?

short answer:
yes

long answer:
you need a bootable rescue/utility system (like Knoppix or BBC), to transfer
the files over to the new disk; and some way to rewrite the bootloader (and
winXP seems to have something like that on the rescue-utils on its install
CD, tho I've never successfully used it).

Carl Soderstrom.
--
Systems Administrator
Real-Time Enterprises
www.real-time.com


-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
BackupPC-users mailing list
BackupPC-users < at > lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/

Post rescue 
On Fri, 2004-04-02 at 15:11, Joe Vanderstelt wrote:
can backuppc be used a a resuce method. starting from
a wiped hard drive? restoring windows XP?

I've done it with Linux, booting a machine with a knoppix CD, then
doing the fdisk/mkfs to get matching partitions and mounting them
by hand, then ssh'ing the commands to the backuppc server to generate
a tar image, piped to a local copy of tar.

I don't think this is possible with windows. You'd have to reinstall
enough of the system to be able to restore files and you'll lose
the registry along with ownership and permissions of the files.

---
Les Mikesell
les < at > futuresource.com




-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
BackupPC-users mailing list
BackupPC-users < at > lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/

Post rescue 
Am Freitag, 2. April 2004 23:11 schrieb Joe Vanderstelt:
can backuppc be used a a resuce method. starting from
a wiped hard drive? restoring windows XP?

Thanks

Joe Vanderstelt

AFAIK : NO.

Use disk imaging tool like Acronis True Image.

joern



-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
BackupPC-users mailing list
BackupPC-users < at > lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/

Post rescue 
Thanks, do you know of any open source app that can
handle it?

--- Les Mikesell <les < at > futuresource.com> wrote:
On Fri, 2004-04-02 at 15:11, Joe Vanderstelt wrote:
can backuppc be used a a resuce method. starting
from
a wiped hard drive? restoring windows XP?

I've done it with Linux, booting a machine with a
knoppix CD, then
doing the fdisk/mkfs to get matching partitions and
mounting them
by hand, then ssh'ing the commands to the backuppc
server to generate
a tar image, piped to a local copy of tar.

I don't think this is possible with windows. You'd
have to reinstall
enough of the system to be able to restore files and
you'll lose
the registry along with ownership and permissions of
the files.

---
Les Mikesell
les < at > futuresource.com




__________________________________
Do you Yahoo!?
Yahoo! Small Business $15K Web Design Giveaway
http://promotions.yahoo.com/design_giveaway/


-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
BackupPC-users mailing list
BackupPC-users < at > lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/

Post rescue 
On Fri, 2004-04-02 at 19:58, Joe Vanderstelt wrote:
Thanks, do you know of any open source app that can
handle it?

There are http://www.partimage.org/ and
http://g4l.networks-ltd.de/ that do full partition image
copies. However you have to boot linux on the machine
while making the copy and you have to restore to the
same size partition. They don't know enough about NTFS
to resize or skip the unused parts. If possible, use
the commercial Norton (Symantec) Ghost program instead
for NTFS images. For a brute-force approach you can
boot a linux CD like Knoppix and copy the entire raw
disk into a compressed image over the network but then
you have to restore to exactly the same sized drive.

---
Les Mikesell
les < at > futuresource.com




-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
BackupPC-users mailing list
BackupPC-users < at > lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/

Post rescue 
Thank you vary much.

--- Les Mikesell <les < at > futuresource.com> wrote:
On Fri, 2004-04-02 at 19:58, Joe Vanderstelt wrote:
Thanks, do you know of any open source app that
can
handle it?

There are http://www.partimage.org/ and
http://g4l.networks-ltd.de/ that do full partition
image
copies. However you have to boot linux on the
machine
while making the copy and you have to restore to the
same size partition. They don't know enough about
NTFS
to resize or skip the unused parts. If possible,
use
the commercial Norton (Symantec) Ghost program
instead
for NTFS images. For a brute-force approach you can
boot a linux CD like Knoppix and copy the entire raw
disk into a compressed image over the network but
then
you have to restore to exactly the same sized drive.

---
Les Mikesell
les < at > futuresource.com




__________________________________
Do you Yahoo!?
Yahoo! Small Business $15K Web Design Giveaway
http://promotions.yahoo.com/design_giveaway/


-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
BackupPC-users mailing list
BackupPC-users < at > lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/

Display posts from previous:
Reply to topic Page 1 of 1
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
  


Magic SEO URL for phpBB