Jody Bruchon (MOVED TO JODYBRUCHON.COM)
Jody Bruchon (MOVED TO JODYBRUCHON.COM)
[You need to use MSYS2 with MinGW-w64 installed.](https://stackoverflow.com/a/30071634/1906641) You do not need to pass anything special to `make` to build on MSYS2 + MinGW-w64. The Makefile will detect a Windows...
Thanks to your post, I've [updated the INSTALL document](https://github.com/jbruchon/jdupes/commit/b39c45f8b554e9eca94f45840a017949fc530687) to cover Windows build requirements and to explain why dedupe and symlinks aren't supported. Thanks for your contribution!
I found out that you can format as ReFS [with these directions](https://winaero.com/format-drive-windows-10-refs/) without having to boot into WinPE. I'm looking into adding symlink support now.
I've implemented most of what's needed to do this, but I am having to fight with my relative path generation code, so it may be next year before I can...
This is an obvious bug in macOS. It doesn't mean that a workaround isn't justified (it'd still be necessary for OS revisions prior to a fix), but Apple's `clonefile()` call...
Would you please make a PR for me so I can bring this in?
To some extent, the `jdupes`-specific option `-O` or `--paramorder` will do this. If you use a command such as this: `jdupes -nrdNO X/ Y/ Z/` Your duplicate sets will sort...
If you don't pass the deletion switch, you'll get a printout of file sets and the first file of each set would be the preserved file for automated deletion. This...
That would certainly work. I know it isn't ideal but with the original `fdupes` there was no way to do it at all, so at least it's a possibility now....
Preliminary work to support this feature has been pushed in commit b1eccc71d61c0be511fa33e417b913f4c32961c7 and `--xsize` has been converted to use the new exclusion stack framework, so now `--xsize` can be passed...