From 8ae423748a15e08f8def74b5e24a8d2d753ce864 Mon Sep 17 00:00:00 2001 From: Abhay Rana Date: Fri, 17 Jul 2015 12:33:59 +0530 Subject: [PATCH] Adds more links --- README.md | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 04a1e7c..ca63a25 100644 --- a/README.md +++ b/README.md @@ -34,18 +34,29 @@ I like to keep everything under version control. This is a list of utilities tha - [Git Large File Storage](https://git-lfs.github.com/) -## Encrypted +## Encrypted Storage -- [HN Thread](https://news.ycombinator.com/item?id=8264496) -- [git-crypt](https://www.agwa.name/projects/git-crypt/) +- [HN Thread](https://news.ycombinator.com/item?id=8264496) for blackbox, with various alternatives suggested +- [git-crypt](https://www.agwa.name/projects/git-crypt/) - git-crypt enables transparent encryption and decryption of files in a git repository - [Blog post](http://dsernst.com/2015/06/09/git-crypt-is-git--encryption/) on git-crypt +- [transcrypt](https://github.com/elasticdog/transcrypt) - transparently encrypt files within a git repository +- [blackbox](https://github.com/StackExchange/blackbox) - use decryption keys per user, meaning that there is no single shared password +- [git-encrypt](https://github.com/shadowhand/git-encrypt) - Slightly older technique ## Designers - [pixelapse](https://www.pixelapse.com/) - Visual version control and collaboration workflow - [Adobe Version Cue](http://sixrevisions.com/project-management/the-ultimate-guide-to-version-control-for-designers/) - Blog post explaining version control to designers - ## Music - [lilypond](http://www.lilypond.org/features.html) - version control for sheet music. Think Latex for sheet music +- [tunemachine](https://github.com/jez/tunemachine) - Version control for spotify playlists. + +## Database + +- Jeff Atwood's [blog post](http://blog.codinghorror.com/get-your-database-under-version-control/) + +## Backups + +- [bup](https://github.com/bup/bup) - Very efficient backup system based on the git packfile format, providing fast incremental saves and global deduplication (among and within files, including virtual machine images)