format
This commit is contained in:
parent
400ef405ca
commit
6072399dc2
2 changed files with 5 additions and 5 deletions
|
@ -11,10 +11,10 @@ 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
|
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
|
podcasts, videos, and games, first letting git-annex copy them from
|
||||||
her USB drive to the netbook (this saves battery power).
|
her USB drive to the netbook (this saves battery power).
|
||||||
<span float=right>[[more about transferring data|transferring_data]]</span>
|
<small>[[more about transferring data|transferring_data]]</small>
|
||||||
|
|
||||||
When she's done, she tells git-annex which to keep and which to remove.
|
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
|
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
|
that next time she syncs up to the net, her changes will be synced back
|
||||||
to her server.
|
to her server.
|
||||||
<span float=right>[[more about distributed version control|distributed_version_control]]</span>
|
<small>[[more about distributed version control|distributed_version_control]]</small>
|
||||||
|
|
|
@ -11,15 +11,15 @@ without worry about accidentally deleting anything.
|
||||||
When Bob needs access to some files, git-annex can tell him which drive(s)
|
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
|
they're on, and easily make them available. Indeed, every drive knows what
|
||||||
is on every other drive.
|
is on every other drive.
|
||||||
<span float=right>[[more about location tracking|location_tracking]]</span>
|
<small>[[more about location tracking|location_tracking]]</small>
|
||||||
|
|
||||||
Bob thinks long-term, and so he's glad that git-annex uses a simple
|
Bob thinks long-term, and so he's glad that git-annex uses a simple
|
||||||
repository format. He knows his files will be accessible in the future
|
repository format. He knows his files will be accessible in the future
|
||||||
even if the world has forgotten about git-annex and git.
|
even if the world has forgotten about git-annex and git.
|
||||||
<span float=right>[[more about future-proofing|future_proofing]]</span>
|
<small>[[more about future-proofing|future_proofing]]</small>
|
||||||
|
|
||||||
Run in a cron job, git-annex adds new files to archival drives at night. It
|
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
|
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
|
files, and logs information he can use to decide when it's time to duplicate
|
||||||
the content of old drives.
|
the content of old drives.
|
||||||
<span float=right>[[more about backup copies|copies]]</span>
|
<small>[[more about backup copies|copies]]</small>
|
||||||
|
|
Loading…
Reference in a new issue