Hi Clemens, On 15 July 2016 at 17:26, Clemens Lang wrote: > - cmd = 'cd %s; find . -type d -print | tar -cf - -C %s -p > --files-from - --no-recursion | tar -xf - -C %s' % (src, src, dst) > + cmd = 'cd %s; find . -type d -print | tar -cf - -C %s -p > --no-recursion --files-from - | tar -xf - -C %s' % (src, src, dst) > I applied this manually as it's just a one-liner, but please do try to send a patch based on master (the commit which caused this patch to not apply was a week old when this was sent). Ross