Run a live backup of the transaction log to the secondary
machine.
dbbackup -l path\filename.log -c "connection_string"
You should normally run the dbbackup utility
from the secondary machine. If the primary machine becomes unusable,
you can restart your database using the secondary machine. The database
file and the transaction log hold the information needed to restart.