is this thing on?

Tue Mar 25

time machine with samba share

enable unsupported network drives

defaults write com.apple.systempreferences TMShowUnsupportedNetworkVolumes 1

create a sparsebundle image file

sudo hdiutil create -size 320g -type SPARSEBUNDLE -nospotlight -volname “Backup of ” -fs “Case-sensitive Journaled HFS+” -verbose ~/Desktop/_.sparsebundle

copy the sparsebundle image file to the backup drive

cp  ~/Desktop/_.sparsebundle /Volumes/

backup!