/picapsule

Build your own Time Capsule backup server using a Raspberry Pi

Primary LanguageShell

PiCapsule

Build Status

Build your own Time Capsule backup server using a Raspberry Pi.

GH Pages Website <-- This is likely what you really want: The steps to build your own Time Capsule.

Other fun Pi Projects

PiNexus - Tools to play with Sonatype Nexus Repository 3 on a Raspberry Pi.

ToDo

  1. Fix the maven-linkcheck-plugin to work with java 9+.

Release Process

Do the following to redeploy the website:

  1. Pull the latest from the main branch.
  2. Setup local JDK 8 (required for maven-linkcheck-plugin). I use sdkman:
sdk use java 8.0.372-zulu
  1. Run:
./mvnw clean site-deploy -Plinkcheck 

Note: You will likely be prompted for the ssh key password for your git login. You do have a password on your git ssh key correct? ;)