Lakshmipathi Ganapathi

Results 115 comments of Lakshmipathi Ganapathi

Hi @ubenmackin TBH, I don't know the expected results :P I opened this bug https://github.com/Lakshmipathi/dduper/issues/12 to validate the behaviour with RAID setup. Let me check them ~~and update by this...

I did quick test on RAID10. Below are the results. In short, you can use _any one of the disk_ with `--device` option. That should work. Please check with test...

Can you try running scrub and validate that file system is clean? Also note that there is an dduper bug reported in ML (thanks to @henfri) https://lore.kernel.org/linux-btrfs/em2ffec6ef-fe64-4239-b238-ae962d1826f6@ryzen/T/

> ``` > scrub started at Mon Dec 21 16:32:56 2020 and finished after 01:22:03 > total bytes scrubbed: 919.49GiB with 0 errors > ``` So no issue with your...

Just few minutes back, pushed changes to use pre-built btrfs.static binary (https://github.com/kdave/btrfs-progs/blob/master/INSTALL#L80) , so you don't need to build btrfs-progs. Please check INSTALL.md and let me know if you face...

Found that few months back BTRFS added support for csum types like xxhash,sha256 and blake2. Updating the patch to support these new csum types, will ping upstream with that new...

``` $ cat setup.py from setuptools import setup setup( name='dduper', description='Fastest block-level offline BTRFS deduplication tool', long_description='dduper is a block-level offline (out-of-band) BTRFS dedupe tool. This works by fetching in-built...

docker images can be built from CI (gitlabCI) job. https://github.com/Lakshmipathi/dduper/blob/master/.gitlab-ci.yml#L53 Here is the dockerfile for it. https://github.com/Lakshmipathi/dduper/blob/master/Dockerfile ps: ah, its been 2 years (time flies!) since I did something useful...

Yes, right. It does check two file at once since it doesn't store previously computed results on disk. "Insane" mode is fast with real dedupe between two files (say comparing...

_Off-topic: One of my other project server with more than 225000 users burned :sob: http://community.webminal.org/t/webminal-org-down-status-update-thread/1481 I will get back so this issue soon_