View Single Post
  #4   (View Single Post)  
Old 31st January 2009
phoenix's Avatar
phoenix phoenix is offline
Risen from the ashes
 
Join Date: May 2008
Posts: 696
Default

If your partition is less than 90% full, don't use dd to back it up. dd works at the bit-level, below the filesystem, and will create a file that is the same size of the partition. For example, if you have a 100 MB partition with 1 MB of data on it, then dd will create a file that 100 MB in size ... every time.

Use dar, tar, rsync, or even dump to create the backups, as that will only backup the data, and not the empty space in the partition.
__________________
Freddie

Help for FreeBSD: Handbook, FAQ, man pages, mailing lists.
Reply With Quote