fuse-rsync
fuse-rsync copied to clipboard
A FUSE filesystem that lets you mount remote rsync modules
this is a PR to complete chengzhong‘s suggestion of comma matching. and thank you, this project is very useful.
RE_LINE = re.compile("^([ldcbps-]([r-][w-][x-]){3})\s+([0-9**,**]+)\s+([0-9]{4}/[0-9]{2}/[0-9]{2} [0-9]{2}:[0-9]{2}:[0-9]{2}) (.*)$") "size": int(match.group(3)**.replace(',', '')**),
Looks like when I use fuse-rsync all the files that are small show up, but large files don't. I'm not sure where the line is between small and large, but...
Adjust filesize to handle ',' and '.' Improved the _init_ method of the RsyncModule class to perform a test to validate whether the mount point is valid, otherwise it returns...