From c6068006d4ab0ebb21a17a576c24f44ca45f7242 Mon Sep 17 00:00:00 2001 From: Vincent Riquer Date: Thu, 21 Nov 2013 10:41:50 +0100 Subject: [PATCH] Add bug: ascii-only + immediate copies fail --- BUGS | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/BUGS b/BUGS index 879080f..de3f383 100644 --- a/BUGS +++ b/BUGS @@ -28,3 +28,13 @@ happening and how to avoid it. Sometimes, a temporary file gets deleted while one or more task(s) still needs it. Ensuing failure is correctly handled and the failed files will be generated during the next batch. + +4. ascii-only fails for immediate copies +---------------------------------------- +Example output: +cp: cannot create regular file `\\/mnt\\/Musique-mp3\\/Punk\\/Tagada +Jones\\/2003-L\'Envers du dA(c)cor/11--Tagada Jones-Star System.mp3': No such +file or directory + +Moreover, failure is not detected, and files are marked as done. +