diff options
Diffstat (limited to 'doc/transferring_data.mdwn')
-rw-r--r-- | doc/transferring_data.mdwn | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/transferring_data.mdwn b/doc/transferring_data.mdwn index 9526a3e48..f6ae9bfcd 100644 --- a/doc/transferring_data.mdwn +++ b/doc/transferring_data.mdwn @@ -1,7 +1,8 @@ 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 (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, or to launch a retrievel of a massive pile of files from whatever |