View Single Post
  #2   (View Single Post)  
Old 27th February 2011
J65nko J65nko is offline
Administrator
 
Join Date: May 2008
Location: Budel - the Netherlands
Posts: 4,132
Default

In the FreeBSD section I offered a solution to backup over the network to your Apple box, so you could use the Apple HFS+ formatted external USB drive Because I don't have neither an Apple (my old Apple II obviously doesn't count), nor an HFS+ formatted USB disk, I used OpenBSD as example.

Code:
# dump -0auf mnt/file.to.dump.to /dev/wd0a
Repeat for the other partitions/labels on wd0

Section 1.3 of http://www.daemonforums.org/showthread.php?t=2232 tells how to mount the disk.
__________________
You don't need to be a genius to debug a pf.conf firewall ruleset, you just need the guts to run tcpdump

Last edited by J65nko; 27th February 2011 at 11:39 PM. Reason: Disk must be mounted first
Reply With Quote