DaemonForums  

Go Back   DaemonForums > FreeBSD > FreeBSD General

FreeBSD General Other questions regarding FreeBSD which do not fit in any of the categories below.

Reply
 
Thread Tools Display Modes
  #1   (View Single Post)  
Old 30th July 2010
sharris sharris is offline
Fdisk Soldier
 
Join Date: Jun 2010
Posts: 49
Thanked 0 Times in 0 Posts
Default

Quote:
But why backup your FreeBSD system on a FAT32 filesystem anyway?
This is great for when you have only one large over-priced flash drive that has Windows FAT32 files on it and you want to save a compressed FreeBSD partition. I like dump too but I like to fully understand the one I'm working with first, mostly, than go back to the others I played with. Anyway, this is about the only way to make gzip takes care of all of those zeros properly, which is the main point of this operation. 40GB down to 323mb is not bad at all and it decompress perfectly.

COPY A PARTITION - FINAL:
Code:
dd if=/dev/ad4s1 ibs=4096  |  gzip > /2/FreeBSD-8.1-ad4s1.gz
42,952,379,904 -   40.0GB  =  323mb -  860s =  14.0m  -  47.0MB/s
Quote:
It's not a "UNIX size limitation", but a FAT32 (pretty old and outdated filesystem) limitation.
Now I learn the hard way but look at what it forced me to learn about. Gzip is fun. It's a trip not knowing how things work but it's a gas when you come up with an un-common solution that works. dd gives you 100% backup of every single bit. Tar will defrag by 0.1% - or 1 full percent, I forgot. Don't know about dump, other than in the real world, production, cron dump would be the way to go.
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Creating USB flash drive drive image from FreeBSD disc1.iso FBSD Guides 1 10th February 2010 03:42 PM
FYI: v4.6 install to USB Flash Drive success s2scott OpenBSD Installation and Upgrading 0 16th November 2009 04:59 PM
Backup to USB flash drive giga FreeBSD General 5 8th December 2008 10:06 PM
USB flash drive criglerj NetBSD General 1 26th July 2008 01:25 AM
mirror device detached on large file copy lil_elvis2000 FreeBSD General 24 27th June 2008 02:56 PM


All times are GMT. The time now is 11:25 PM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Content copyright © 2007-2010, the authors
Daemon image copyright ©1988, Marshall Kirk McKusick