andrinux / fusecompress

GNU General Public License v2.0
0 stars 0 forks source link

rsync defies exclusion list #49

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
rsync creates temporary files with mangled names while transferring data, which 
it then renames after completion. Example:

.eglibc-2_10.tar.bz2.Yg4BWG -> eglibc-2_10.tar.bz2

These temp files fail the exclusion test in fusecompress and are directly 
compressed, wasting a large amount of CPU cycles. Since rsync is such a common 
tool, it might be worthwhile to add a special workaround. Or perhaps matching 
for the extension within the filename is OK.

Original issue reported on code.google.com by ulrich.h...@gmail.com on 2 Nov 2011 at 3:29

GoogleCodeExporter commented 8 years ago
This issue was closed by revision r143.

Original comment by ulrich.h...@gmail.com on 3 Nov 2011 at 3:43

GoogleCodeExporter commented 8 years ago
Issue 37 has been merged into this issue.

Original comment by ulrich.h...@gmail.com on 4 Nov 2011 at 3:46