Jyri J. Virkki
Jyri J. Virkki
(You can use dupd in a more interactive way which is encouraged by the docs, but you could also just take its output and script around it if you prefer.)
Something along these lines was the intent of dup**d** back in the 0.x days. I moved away from it because it's not clear it can be implemented in a way...
Given that your data set is about 50x larger than what I've been able to test, I'm curious if you have run into any bugs or performance problems? If so...
> What made a difference for us was `dupd` flexibility and query-based aspect. Nice to hear! That was the primary reason I set out to build this (and performance). There...
> There are bugs (at least one) in the -dev branch so best to use release version (The state bug should be fixed in master, if anyone runs into it...
'error: unable to stat' just means that the lstat() call returned an error. Not much dupd can do if that happens. This can also happen if the file was deleted...
I'm not familiar with windows/smb, so not sure if it handles symlinks correctly. Symbolic links are always excluded by dupd, there is no option to enable that (and will not...
It appears to be running out of memory. Try running 'top' or similar tool to monitor the memory used by the dupd process, how large does it grow and how...
The default buffer limit in your setup above is 1938MB, half of total RAM. Thus setting --buflimit to anything over that will see the same problem. The limit of 1G...
Interesting use case. The command parsing code is all machine-generated code so to change it I need to change the code generator. I can look into that some day but...