We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[lizelive@fedora ~]$ sudo podman run --rm -it --device /dev/sda2 --privileged -v /var/home/lizelive/.local/share/containers/storage/:/mnt docker.io/laks/dduper dduper --device /dev/sda2 --dir /mnt --analyze --recurse Traceback (most recent call last): File "/usr/sbin/dduper", line 575, in <module> main(results) File "/usr/sbin/dduper", line 465, in main dedupe_dir(results.dir_path, results.dry_run, results.recurse) File "/usr/sbin/dduper", line 456, in dedupe_dir dedupe_files(file_list, dry_run) File "/usr/sbin/dduper", line 410, in dedupe_files ret = do_dedupe(src_file, dst_file, dry_run) File "/usr/sbin/dduper", line 224, in do_dedupe assert len(out1) != 0 AssertionError
what is the correct way to dedupe?
related to #48
The text was updated successfully, but these errors were encountered:
No branches or pull requests
what is the correct way to dedupe?
related to #48
The text was updated successfully, but these errors were encountered: