Script wanted to backup my Windows partiton

Using applications, configuring, problems
Post Reply
Message
Author
Mr Doolie
Posts: 143
Joined: Tue 28 Jun 2005, 20:13

Script wanted to backup my Windows partiton

#1 Post by Mr Doolie »

Seeing as Puppy can boot up and see my Winpoop drives as data drives it seems a natural to use as an imaging backup utility. I don't speak Linux so forgive me if the following is rubbish.

I know that the "dd" command will make and restore an image, right? dd if=/dev/hda1 of=/dev/sda1/mybackup should create an image of everthing including the MBR and stuff but it will be a 160Gig file and there is only about 20 Gigs of actual stuff on there.

1) Is there a way to do a "dd" that will only get the used sectors?

2) Can it be piped (is that the right word?) though gzip or something to create many say 2 Gig compressed files rather that one HUGE one? Is there a way to activate a display so I can see what's going on during the process?

3) Am I reinventing the wheel here? Maybe something already exists to do this.

Thanks


A Linux Dummy
User avatar
hillside
Posts: 633
Joined: Sun 02 Sep 2007, 18:59
Location: Minnesota, USA. The frozen north.

#2 Post by hillside »

You may want to look in the Utility menu and check out the PBackup program that's there. I haven't used it yet, but it looks like it may meet your needs.
User avatar
alienjeff
Posts: 2265
Joined: Sat 08 Jul 2006, 20:19
Location: Winsted, CT - USA

#3 Post by alienjeff »

An excellent read: http://tinyurl.com/2uef4c

Caveat emptor: expect an occasional syntax or variable SNAFU with some of the examples due to Puppy's use of Busybox
[size=84][i]hangout:[/i] ##b0rked on irc.freenode.net
[i]diversion:[/i] [url]http://alienjeff.net[/url] - visit The Fringe
[i]quote:[/i] "The foundation of authority is based upon the consent of the people." - Thomas Hooker[/size]
Post Reply