• Rafael Monnerat's avatar
    slaprunner: Export (rsync) ignore missing args · 387d3b7e
    Rafael Monnerat authored
      When a file is removed while rsync is running (after build the list and before transfer the file), rsync fail with the follow message:
    
         rsync warning: some files vanished before they could be transferred
    
      This commit includes   --ignore-missing-args into rsync command line to ignore this case, as it is not relevant to the resilience
    if a file is removed.
    387d3b7e
runner-export.sh.jinja2 4 KB