git-annex allows managing files with git, without checking the file contents into git. While that may seem paradoxical, it is useful when dealing with files larger than git can currently easily handle, whether due to limitations in memory, time, or disk space.

git-annex is designed for git users who love the command line. For everyone else, the git-annex assistant turns git-annex into an easy to use folder synchroniser.

To get a feel for git-annex, see the walkthrough.

key concepts

the details

other stuff

use case: The Archivist

Bob has many drives to archive his data, most of them kept offline, in a safe place.

With git-annex, Bob has a single directory tree that includes all his files, even if their content is being stored offline. He can reorganize his files using that tree, committing new versions to git, without worry about accidentally deleting anything.

When Bob needs access to some files, git-annex can tell him which drive(s) they're on, and easily make them available. Indeed, every drive knows what is on every other drive.
more about location tracking

Bob thinks long-term, and so he appreciates that git-annex uses a simple repository format. He knows his files will be accessible in the future even if the world has forgotten about git-annex and git.
more about future-proofing

Run in a cron job, git-annex adds new files to archival drives at night. It also helps Bob keep track of intentional, and unintentional copies of files, and logs information he can use to decide when it's time to duplicate the content of old drives.
more about backup copies

use case: The Nomad

Alice is always on the move, often with her trusty netbook and a small handheld terabyte USB drive, or a smaller USB keydrive. She has a server out there on the net. She stores data, encrypted in the Cloud.

All these things can have different files on them, but Alice no longer has to deal with the tedious process of keeping them manually in sync, or remembering where she put a file. git-annex manages all these data sources as if they were git remotes.
more about special remotes

When she has 1 bar on her cell, Alice queues up interesting files on her server for later. At a coffee shop, she has git-annex download them to her USB drive. High in the sky or in a remote cabin, she catches up on podcasts, videos, and games, first letting git-annex copy them from her USB drive to the netbook (this saves battery power).
more about transferring data

When she's done, she tells git-annex which to keep and which to remove. They're all removed from her netbook to save space, and Alice knows that next time she syncs up to the net, her changes will be synced back to her server.
more about distributed version control

If that describes you, or if you're some from column A and some from column B, then git-annex may be the tool you've been looking for to expand from keeping all your small important files in git, to managing your large files with git.

Recent news

version 4.20130521
Posted Tue May 21 18:24:06 2013
version 4.20130516
Posted Thu May 16 15:37:35 2013

Dev blog

day 272 fuzz tester
Posted Thu May 23 23:18:59 2013
day 271 more xmpp
Posted Wed May 22 21:26:34 2013
day 270 release and xmpp
Posted Tue May 21 23:35:48 2013
day 269 bugfixes
Posted Mon May 20 22:50:14 2013
day 268 core monad change
Posted Mon May 20 00:36:40 2013

Recent videos

git-annex assistant remote sharing
Posted Tue Apr 2 20:56:53 2013
git-annex assistant archiving
Posted Thu Mar 14 20:53:25 2013

Recent forum posts

Securing a shared ssh server
Posted Fri May 24 06:15:29 2013
Check when your last fsck was?
Posted Sun May 19 18:41:34 2013
exclude files from annex
Posted Fri May 17 21:20:42 2013
Running assistant steps manually
Posted Fri May 17 00:54:50 2013

git-annex is Free Software

git-annex's wiki is powered by Ikiwiki and hosted by Branchable.