docs
This commit is contained in:
parent
3bdc5eb290
commit
0591ecb2a1
2 changed files with 5 additions and 4 deletions
|
@ -1,7 +1,8 @@
|
||||||
git-annex can transfer data to or from any of a repository's git remotes.
|
git-annex can transfer data to or from any of a repository's git remotes.
|
||||||
Depending on where the remote is, the data transfer is done using rsync
|
Depending on where the remote is, the data transfer is done using rsync
|
||||||
(over ssh, with automatic resume), or plain cp (with copy-on-write
|
(over ssh, with automatic resume), or plain cp (with copy-on-write
|
||||||
optimisations on supported filesystems).
|
optimisations on supported filesystems). Some [[special_remotes]]
|
||||||
|
are also supported that are not traditional git remotes.
|
||||||
|
|
||||||
It's equally easy to transfer a single file to or from a repository,
|
It's equally easy to transfer a single file to or from a repository,
|
||||||
or to launch a retrievel of a massive pile of files from whatever
|
or to launch a retrievel of a massive pile of files from whatever
|
||||||
|
|
|
@ -2,9 +2,9 @@
|
||||||
|
|
||||||
Alice is always on the move, often with her trusty netbook and a small
|
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
|
handheld terabyte USB drive, or a smaller USB keydrive. She has a server
|
||||||
out there on the net. All these things can have different files on them,
|
out there on the net. She stores data in the Cloud. All these things can
|
||||||
but Alice no longer has to deal with the tedious process of keeping them
|
have different files on them, but Alice no longer has to deal with the
|
||||||
manually in sync.
|
tedious process of keeping them manually in sync.
|
||||||
|
|
||||||
When she has 1 bar on her cell, Alice queues up interesting files on her
|
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
|
server for later. At a coffee shop, she has git-annex download them to her
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue