diff options
author | 2015-06-02 14:20:38 -0400 | |
---|---|---|
committer | 2015-06-02 14:20:38 -0400 | |
commit | 72741df36b661ddcee900ab0f0e98357034f7b45 (patch) | |
tree | 758f332e2e39ba93e0b0eee8446cd1e48536987d /doc | |
parent | 7dc6e0c0a087c945ae50d4165076b1123ff31b84 (diff) |
get --incomplete: New option to resume any interrupted downloads.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/git-annex-get.mdwn | 13 | ||||
-rw-r--r-- | doc/todo/get_--incomplete.mdwn | 2 |
2 files changed, 15 insertions, 0 deletions
diff --git a/doc/git-annex-get.mdwn b/doc/git-annex-get.mdwn index 4f5917534..a79f1342a 100644 --- a/doc/git-annex-get.mdwn +++ b/doc/git-annex-get.mdwn @@ -32,6 +32,19 @@ or transferring them from some kind of key-value store. Enables parallel download with up to the specified number of jobs running at once. For example: `-J10` +* `--incomplete` + + Resume any incomplete downloads of files that were started and + interrupted at some point previously. Useful to pick up where you left + off ... when you don't quite remember where that was. + + These incomplete files are the same ones that are + listed as unused temp files by [[git-annex-unused]](1). + + Note that the git-annex key will be displayed when downloading, + as git-annex does not know the associated file, and the associated file + may not even be in the current git working directory. + * `--all` Rather than specifying a filename or path to get, this option can be diff --git a/doc/todo/get_--incomplete.mdwn b/doc/todo/get_--incomplete.mdwn index 5b013cb36..783108beb 100644 --- a/doc/todo/get_--incomplete.mdwn +++ b/doc/todo/get_--incomplete.mdwn @@ -4,3 +4,5 @@ download. `git annex get --incomplete` could do this. (With or without --from to specify which remote to get from.) --[[Joey]] + +> [[done]] --[[Joey]] |