William Entriken

Results 620 comments of William Entriken

@imperative This fails at multithreading, which is a baseline assumption of encfs.

@Owyn See that new `.container` file on the right image? This is a directory index. Please read the discussion above as this has been discussed at length.

The problem is `._*` and `**/.DS_Store`

I have updated the issues to include the current workarounds I am working on. Anyone can star or "+1" issue if you care.

@Aikhjarto filterfs does not support `--exclude-from` so the command line quickly gets ridiculous. Also, it's not available on brew. @rfjakob yes, fnmatch will accomplish everything needed here

FYI, I have added a complete workaround for backup use cases. This uses rsync itself to filter the files with `--exclude` and `--exclude-from` options (with `--list-dest` for speed), then encfs...

@tovrstra thanks. This is a rakefile and runs with the rake command. Running without arguments provides usage instructions. Sorry, no shebang for rake files. The first rsync is pretty quick,...

Ok, I have added a bounty, which closes #77.

@dsteinkopf I have updated the original issue here. The rofs workaround is now fully usable. (Previously it did not work on macOS).

How self compiled? This is an open source project https://github.com/gburca/rofs-filtered and anyone can compile. Also regarding `--files-from`, I have also tried this approach. You may have saw the note above....