Rclone aborting while copying large directory to ACD?

Hello,

Answering my own question, to those that may come a-googling:

Apparently the newest “stable” version incorporates it, and so it should become a “common fixture” for the time being:

On a related note: adding the --low-level-retries option as recommended above had the unfortunate side effect of also adding numerous and useless retries to other errors, specially from long-sized dir and file names, see https://github.com/ncw/rclone/issues/219#issuecomment-253397112 . This has caused my transfers to stall completely for many hours when rclone stumbled upon a long-size-named directory containing lots of files… :-/ So I’m redoing it but specifying --exclude="????...????*" (with 175 ‘?’ characters) in the command line as @ncw recommended here: https://github.com/ncw/rclone/issues/762#issuecomment-251376745

EDIT: the limit that worked for me was 160 characters, not 175; see my comment here: https://github.com/ncw/rclone/issues/762#issuecomment-258724572

Cheers,

Durval.