Feature #7007
Option to not copy zero-length files.
Description
From Heidi Schellman:
can ifdh perhaps get a no-zero option so that it does not copy back size zero files as we get dinged every time
anyone has a failure ?
We can pretty much only check this if the source is local; but it shouln't be hard to do..
History
#1 Updated by Marc Mengel over 6 years ago
- Description updated (diff)
Initial draft in 9043b01, checking size of source file, and skipping copy
if it's zero length. Most copies are reduced to src dest pairs at that point
in the code, so it should be the right check usually. It won't check a recursive
copy, but probalby not a big deal.
#2 Updated by Marc Mengel over 6 years ago
- % Done changed from 0 to 80
#3 Updated by Marc Mengel about 6 years ago
- Status changed from Assigned to Resolved
#4 Updated by Marc Mengel about 6 years ago
- Status changed from Resolved to Closed