diff options
author | Joey Hess <joey@kitenet.net> | 2011-08-16 21:16:23 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-08-16 21:16:23 -0400 |
commit | 790b0f38795ce9b62deda416c458376f1e7b7016 (patch) | |
tree | d0dde37f84f3f352d381595ce3f6c0859553147d | |
parent | e6752cc06424df18f3e14406674f9a630c3387ef (diff) |
update
-rw-r--r-- | doc/transferring_data.mdwn | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/doc/transferring_data.mdwn b/doc/transferring_data.mdwn index f6ae9bfcd..57873f6f0 100644 --- a/doc/transferring_data.mdwn +++ b/doc/transferring_data.mdwn @@ -1,8 +1,12 @@ 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). Some [[special_remotes]] -are also supported that are not traditional git remotes. +(over ssh or locally), or plain cp (with copy-on-write +optimisations on supported filesystems), or using curl (for repositories +on the web). Some [[special_remotes]] are also supported that are not +traditional git remotes. + +If a data transfer is interrupted, git-annex retains the partial transfer +to allow it to be automatically resumed later. 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 |