Differences between revisions 1 and 2
Revision 1 as of 2013-05-12 18:32:41
Size: 739
Editor: PieterSmit
Comment: Split from rsync.net
Revision 2 as of 2015-02-03 20:42:05
Size: 808
Editor: PieterSmit
Comment: Stopped using
Deletions are marked like this. Additions are marked like this.
Line 6: Line 6:
 * 2014 - Stopped using git-annex
   * To complicated, great idea.

git annex

  • 2014 - Stopped using git-annex
    • To complicated, great idea.
  • Cloud/rsync.net

  • http://git-annex.branchable.com/

  • 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

...

Cloud/Git-Annex (last edited 2015-02-03 20:42:05 by PieterSmit)