diff options
author | Joey Hess <joey@kitenet.net> | 2010-10-19 19:28:29 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-10-19 19:28:29 -0400 |
commit | 9d5b8ebab0e247c5c9c05a5216dcd4c638299190 (patch) | |
tree | 94dbc073f44c0acd6875a00441e2a24fa7e7a67a /doc/use_case/Bob.mdwn | |
parent | e7572f9249f0e4c3f757bb8da889a41f53fd9e34 (diff) |
update
Diffstat (limited to 'doc/use_case/Bob.mdwn')
-rw-r--r-- | doc/use_case/Bob.mdwn | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/doc/use_case/Bob.mdwn b/doc/use_case/Bob.mdwn new file mode 100644 index 000000000..a5dc01b37 --- /dev/null +++ b/doc/use_case/Bob.mdwn @@ -0,0 +1,18 @@ +### 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 accidentially 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. + +Run in a cron job, git-annex adds new files to achival 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. |