git annex
- 2014 - Stopped using git-annex
- To complicated, great idea.
- A way to store information about your files (e.g. Photos) in git, but not the actual binary files.
- It cant then keep copy's of the files synced across machines and removable drives.
Usage Notes for git annex
- GIT annex
git annex initremote MyNameRsync type=rsync rsyncurl=ssh.example.com:/myrsync encryption=joey@kitenet.net git annex describe myrsync "rsync server"
git annex add . commit git commit -a -m "added" git-annex sync git annex get . git-annex copy --to laptop
...