Skip to content

Instantly share code, notes, and snippets.

@pfrazee
Last active March 2, 2018 20:04
Show Gist options
  • Save pfrazee/81f2157ee48e217434b944a8531c5aec to your computer and use it in GitHub Desktop.
Save pfrazee/81f2157ee48e217434b944a8531c5aec to your computer and use it in GitHub Desktop.

Transferring your dats from one beaker to another

WARNING 1. If you do this, it MUST be either a transfer or a backup. Don't do this to run your Dats from two different computers. The Dat protocol doesn't support multiple computers running a Dat at the same time (yet) and you WILL corrupt your data.

WARNING 2. This will nuke the data in your new install.

WARNING 3. I havent actually tried this. Good luck!

If you're using Beaker 0.7.x, you'll need to copy part of your Beaker app data, and then your library folder (~/Sites).

  • The library folder (~/Sites) should be easy. Just copy the files.
  • To find the Beaker app data, check your settings page inside Beaker. For me, it was /Users/paulfrazee/Library/Application Support/Beaker Browser.
  • Copy that whole folder into the new computer, at the location specified in its settings page.
  • You should be in business.

LMK if you have problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment