Closed maweki closed 4 years ago
I think this has been fixed by bdf5ff20ee3f (which is related to issue #202). This has been merged into master, perhahps you can test or simply backport it yourself to 0.11.1 and retry .
Closing as this has been fixed in trunk, if you find any other issues open a new issue.
So i have the following directory structure
and the following mounts:
I duperemove with the following command:
/usr/sbin/duperemove -dhr --hashfile=/home/.duphash --io-threads=1 /home
which worked before I created the symlink and moved the contents of the directory. After moving I get this:Duperemove looks up the file from its hash directory and follows the symlink onto another filesystem. I am not sure whether duperemove should follow symlinks at all but in this case after following the symlink it should check whether it had crossed filesystems or not. duperemove shouldn't follow the symlink if it crosses the filesystem. I use version "0.11.1" where
-x
is said to be the default.