From 508517de485e77196a8d8e33558f4185c50dea96 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 3 Aug 2016 12:37:12 -0400 Subject: get, move, copy, mirror: Added --failed switch which retries failed copies/moves Note that get --from foo --failed will get things that a previous get --from bar tried and failed to get, etc. I considered making --failed only retry transfers from the same remote, but it was easier, and seems more useful, to not have the same remote requirement. Noisy due to some refactoring into Types/ --- doc/git-annex-copy.mdwn | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'doc/git-annex-copy.mdwn') diff --git a/doc/git-annex-copy.mdwn b/doc/git-annex-copy.mdwn index 185333446..e99f9848d 100644 --- a/doc/git-annex-copy.mdwn +++ b/doc/git-annex-copy.mdwn @@ -59,6 +59,10 @@ Copies the content of files from or to another remote. Operate on files found by last run of git-annex unused. +* `--failed` + + Operate on files that have recently failed to be transferred. + * `--key=keyname` Use this option to move a specified key. -- cgit v1.2.3