{"id":22286996,"url":"https://github.com/koraa/fdedupes","last_synced_at":"2025-03-25T20:45:38.126Z","repository":{"id":7921637,"uuid":"9307944","full_name":"koraa/fdedupes","owner":"koraa","description":"Small script to deduplicate your FS using hardlinks with the output of dedupes","archived":false,"fork":false,"pushed_at":"2013-04-08T22:10:01.000Z","size":100,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-30T18:23:01.034Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/koraa.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-04-08T22:09:38.000Z","updated_at":"2013-11-29T21:51:00.000Z","dependencies_parsed_at":"2022-09-10T09:11:24.354Z","dependency_job_id":null,"html_url":"https://github.com/koraa/fdedupes","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koraa%2Ffdedupes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koraa%2Ffdedupes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koraa%2Ffdedupes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koraa%2Ffdedupes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/koraa","download_url":"https://codeload.github.com/koraa/fdedupes/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245542796,"owners_count":20632567,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-12-03T16:58:54.104Z","updated_at":"2025-03-25T20:45:38.101Z","avatar_url":"https://github.com/koraa.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"fdedupes\n========\n\nThis is a little script to deduplicate a directory structure\nusing the output of `fdupes`.\n\nBe carefull not to have multiple mountpoints under your dedup path,\notherwise fdedupes might try to create cross-device links and exit failing.\n\nThere is currently no option to create non-verbose output.\n\nThe return value of this script is 0 if it succeeded, or 1 if\none hardlink creation failed.\n\nInvocation\n==========\n\nYou first should create a list of duplicates (see man fdupes):\n\n    $ fdupes -r . \u003e /tmp/duplicates\n\nIf you want to dedup your root you can use:\n\n    $ fdupes -r / \u003e /tmp/duplicates\n\nThe file created by fdedupes is relative to the wrking directory.\nTo create canonical references you might give canonical paths to fdupes:\n\n    $ fdupes -r \"`readlink -f .`\" \u003e/tmp/duplicates\n\nThen you can use this output to deduplicate your disk:\n\n    $ fdedupes \u003c /tmp/duplicates\n\nOr using a pipe\n\n    $ fdupes -r . | fdedupes\n\nCOPYING\n=======\n\nWritten 9.4.2012 by Karolin Varner\n\nfdedupes is licensed under the therms of the CC0 Universal/Public Domain (https://creativecommons.org/publicdomain/zero/1.0/).\nAlthough you might still buy me a beer...\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkoraa%2Ffdedupes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkoraa%2Ffdedupes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkoraa%2Ffdedupes/lists"}