Open dev-zero opened 8 years ago
the problem is, that Windows (7) exhibits really strange behaviour wrt those files: a directory which contains such temporary files can not be deleted (generic permission denied) while the single files can be deleted, but re-appear when refreshing the directory listing in the Windows file explorer.
When rsync does an up- or download, it does not write the file directly, but creates a file
.originalname.RANDOMCHARS
and renames it tooriginalname
once successfully fully transferred.When cancelling a restore with the Cygwin rsync, rsync leaves the temporary files around:
Might have something to do with Cygwin and/or how Sepiola kills the process.