Skip to content

Instantly share code, notes, and snippets.

@bcoe
Created September 16, 2014 19:48
Show Gist options
  • Select an option

  • Save bcoe/6968cfab37a803ca9ea3 to your computer and use it in GitHub Desktop.

Select an option

Save bcoe/6968cfab37a803ca9ea3 to your computer and use it in GitHub Desktop.
backup.md

Backing up npmE

  1. Create a public key on the box you wish to copy your npmE to.
  2. ssh-keygen -t rsa -C "[email protected]".
  3. Add public key to authorized_keys on the remote host.
  4. rsync rsync -a [email protected]:/etc/npme /etc/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment