#42 File list should not include rsync temporaries
Closed: Fixed Opened by tibbs.

Sometimes the file lists are generated while a transfer is in progress. The generator will always skip the .~tmp~ directory which rsync creates, but will still occasionally include the temporary file which rsync makes as it's copying, before moving that file into the .~tmp~ directory.

In most cases this file won't even be readable, so perhaps just skipping unreadable files completely is a reasonable way to work around this.


Metadata Update from @tibbs:
- Issue tagged with: easyfix, in progress

Metadata Update from @tibbs:
- Issue assigned to tibbs

Fixed as of f6028bb, assuming that these things are really not readable on the master server.

Metadata Update from @tibbs:
- Issue untagged with: in progress
- Issue close_status updated to: Fixed
- Issue status updated to: Closed (was: Open)

Metadata