<div>I used to:&nbsp; dd if=/dev/hda | gzip &gt; /backups/backup.gz&nbsp; for just about all my backups..&nbsp; dumping straight to a file is as fast as the drive/interface it.&nbsp; Things really get slow with gzip..</div>
<div>&nbsp;</div>
<div>One other thing I liked to do to cut down on image size was:</div>
<div>&nbsp;</div>
<div>dd if=/dev/zero of=/tmp/junk</div>
<div>&nbsp;</div>
<div>Once the disk is full, rm /tmp/junk..</div>
<div>&nbsp;</div>
<div>Although as of recent Partimage is my preferred backup..&nbsp; It lets you backup to file, with and without compression, locally or over network, and even supports NTFS..</div>
<div>&nbsp;</div>
<div>-Mike</div>
<div>&nbsp;</div>
<div><span class="gmail_quote">On 12/20/05, <b class="gmail_sendername">Matthew J. Hughes</b> &lt;<a href="mailto:mhues@verizon.net">mhues@verizon.net</a>&gt; wrote:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">I actually know nothing about the card however I was wondering if<br>anybody else had enough experience flesh out the suggestion I am about
<br>to make. At one point I had imaged a partition of windows by dd<br>if=/dev/windows_partition of=windows_backup_image. It is also my<br>understanding that you can pipe it to bzip2 in the same process so the<br>whole thing is done in memory and shrinking the files size considerably.
<br>Thus I would imagine the reverse is also true that you can jam you Linux<br>partition into a file, install windows and flash the phone, jam windows<br>into a file, and then unjam the the original Linux back to where it was.
<br>It has been so long since I did it I don't remember the exact details<br>but there are howto's out there. I think that it is closely linked to<br>setting up loopback devices for not having to change cds. Depending on<br>
processor speed you may have to do most of it overnite, I don't recall<br>how long it actually took and I do tend to run a slower processor on my<br>breakit boxes.<br>Caveat: windows does not play nice with others so you may have to
<br>finesse the booting.(thou I think grub will solve that issue)<br>Caveat: dd is incredible powerful so you better make sure you get it<br>right, or you could blow out your drive contents.<br><br>my 2 cents<br>-matt<br>
<br>Ryan Moszynski wrote:<br><br>&gt;I've noticed we have some verizon people on the board.&nbsp;&nbsp;I'm going to<br>&gt;get the Kyocera KPC650 - evdo card<br>&gt;<br>&gt;&lt;<a href="http://www.verizonwireless.com/b2c/store/controller?item=planFirst&amp;action=viewPhoneDetail&amp;selectedPhoneId=1600">
http://www.verizonwireless.com/b2c/store/controller?item=planFirst&amp;action=viewPhoneDetail&amp;selectedPhoneId=1600</a>&gt;<br>&gt;<br>&gt;with the intention of setting it up to work with Mepis on my laptop.<br>&gt;I know that this card can be made to work with linux, however
<br>&gt;<br>&gt;&lt;<a href="http://kenkinder.com/evdo-pc5740/">http://kenkinder.com/evdo-pc5740/</a>&gt;<br>&gt;<br>&gt;says that you must:<br>&gt;&quot;&quot;&quot;&quot;Install with Windows<br>&gt;<br>&gt;Boot up to Windows and get the card activated and working in Windows.
<br>&gt;It will ask you to download the latest coverage maps. I'm not sure,<br>&gt;but I think when you do that it actually reflashes the card with some<br>&gt;information about signals to broadcast. The coverage map update is
<br>&gt;superstition on my part, but I think you do need to activate the card<br>&gt;in Windows before it will even work in Linux. Correct me if I'm wrong<br>&gt;(or not).&quot;&quot;&quot;&quot;<br>&gt;<br>&gt;Now, i used to have a dual boot machine, with mepis and windows, but i
<br>&gt;wiped out my windows partition so i could build a /linux from scratch/<br>&gt;system (which was great fun by the way and i highly recommend the<br>&gt;experience.)<br>&gt;<br>&gt;So, I would be greatly pleased to learn that the above website is
<br>&gt;wrong, and that i am not going to have to replace mepis with windows,<br>&gt;initialize the card, reinstall mepis after reformating the windows<br>&gt;partition and then configure the card to work with mepis.&nbsp;&nbsp;Now that i
<br>&gt;think about it, if i need windows to initialize, i'll probably need to<br>&gt;boot into it every once in a while to update the card which would mean<br>&gt;i would have to find some room for a permanent xp install(can windows
<br>&gt;live on 7gigs?)<br>&gt;<br>&gt;So, if anyone knows anything about this card or verizon evdo w/ linux<br>&gt;cards in general, i'd appreciate the help.<br>&gt;<br>&gt;ryan<br>&gt;<br>&gt;_______________________________________________
<br>&gt;wplug mailing list<br>&gt;<a href="mailto:wplug@wplug.org">wplug@wplug.org</a><br>&gt;<a href="http://www.wplug.org/mailman/listinfo/wplug">http://www.wplug.org/mailman/listinfo/wplug</a><br>&gt;<br>&gt;<br>&gt;<br>
<br>_______________________________________________<br>wplug mailing list<br><a href="mailto:wplug@wplug.org">wplug@wplug.org</a><br><a href="http://www.wplug.org/mailman/listinfo/wplug">http://www.wplug.org/mailman/listinfo/wplug
</a><br></blockquote></div><br>