git-annex/doc/bugs/Allow_automatic_retry_git_annex_get
Joey Hess 8dcf79694d
enable forwardRetry for command-line transfers
If a transfer fails for some reason, but some data managed to be sent, the
transfer will be retried. (The assistant already did this.)

Possible impacts:

* More ssh prompts if ssh needs to prompt for a password to connect to a
  host, or is prompting about some other problem like a ssh key mismatch.

* More data transfer due to retrying, epecially when a remote does not
  support resuming a transfer.

  In the worst case, a lot of data will be transferred but it fails before
  the end, and then all that data gets transferred again plus one byte more;
  repeat until it manages to get the whole file.
2016-10-26 15:38:27 -04:00
..
comment_1_a419d2868b4f99098644e84eef07d47c._comment Added a comment: Retry rsync on failure 2016-08-26 23:32:46 +00:00
comment_2_6d05cd09e1f00fb5ace2b9ae3bffdedb._comment enable forwardRetry for command-line transfers 2016-10-26 15:38:27 -04:00