
README
======

Backup Instructions
-------------------

Run the ./backup.sh script which will find the repos, bundle, encrypt and then
copy them to the server.


Restore Instructions
--------------------

On a local machine run the following:

```
   scp "jryland@invertedlogic.com:/home/jryland/backups/restore.sh" ./
```

This copies the restore script to rebuild the repos.
Now run the script.

```
  ./restore.sh
```

The restored repos are in the restored directory. Manually import these
back in to the git repos.


