File: transferring_data.mdwn

package info (click to toggle)
git-annex 7.20190129-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 56,292 kB
  • sloc: haskell: 59,105; sh: 1,255; makefile: 225; perl: 136; ansic: 44
file content (19 lines) | stat: -rw-r--r-- 898 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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 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 retrieval of a massive pile of files from whatever
repositories they are scattered amongst.

git-annex automatically uses whatever remotes are currently accessible,
preferring ones that are less expensive to talk to.

[[!img repomap.png caption="A real-world repository interconnection map
(generated by git-annex map)"]]