{"id":19383352,"url":"https://github.com/mdouchement/copier","last_synced_at":"2026-05-16T10:33:20.755Z","repository":{"id":57526239,"uuid":"83925186","full_name":"mdouchement/copier","owner":"mdouchement","description":"Copier is a tool for copying files from damaged disks at low speed.","archived":false,"fork":false,"pushed_at":"2017-03-27T08:57:33.000Z","size":24,"stargazers_count":2,"open_issues_count":3,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-24T17:15:53.439Z","etag":null,"topics":["copier","files","golang","manager"],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mdouchement.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-03-04T21:15:06.000Z","updated_at":"2018-12-10T15:19:04.000Z","dependencies_parsed_at":"2022-09-07T05:30:25.036Z","dependency_job_id":null,"html_url":"https://github.com/mdouchement/copier","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mdouchement/copier","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mdouchement%2Fcopier","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mdouchement%2Fcopier/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mdouchement%2Fcopier/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mdouchement%2Fcopier/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mdouchement","download_url":"https://codeload.github.com/mdouchement/copier/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mdouchement%2Fcopier/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33098826,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-16T04:41:52.686Z","status":"ssl_error","status_checked_at":"2026-05-16T04:41:52.009Z","response_time":115,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["copier","files","golang","manager"],"created_at":"2024-11-10T09:25:41.018Z","updated_at":"2026-05-16T10:33:20.732Z","avatar_url":"https://github.com/mdouchement.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Copier\n\nCopier is a tool for copying files from damaged disks at low speed. A timeout can be specified to give-up when the file is uncopiable.\nAll copied files are logged with a status.\n\n\nCopier has been tested on macOS and Windows.\n\n## Requirements\n\n- Golang 1.7.x,1.8.x\n\n## Installation\n\n- Download it from [releases](https://github.com/mdouchement/copier/releases) page.\n\n### Manual build\n\nQuick mode\n```sh\ngo get github.com/mdouchement/copier/cmd\n```\n\nor\n\n1. Install Go 1.7 or above\n2. Install Glide dependency manager\n  - `go get -u github.com/Masterminds/glide`\n3. Clone this project\n  - `git clone https://github.com/mdouchement/copier`\n4. Fetch dependencies\n  - `glide install`\n5. Build the binary\n  - `go build -o copier *.go`\n6. Install the compiled binary\n  - `mv copier /usr/bin/copier`\n\n## Usage\n\n```sh\ncopier -h\n```\n\n- Generate files list prior to edit it before launch the copy\n\n```sh\ncopier list -o /tmp/tobecopied.txt ~/Documents\n```\n\nUnwanted line can be commented by adding a `#` at the start of the line.\n\n- Start the copy\n\n```sh\ncopier copy --speed 1MBps --timeout 1m --from-list /tmp/tobecopied.txt ~/backup\n\nLogging to /Users/mdouchement/backup/copier.log\nFile /Users/mdouchement/Documents/.DS_Store: already exist\nFile /Users/mdouchement/Documents/test.pdf\n 4.59 MB / 7.13 MB [===================================\u003e----------]  86.81% 1017.16 KB/s 12s\n```\n\n\n## License\n\n**MIT**\n\n## Contributing\n\n1. Fork it\n2. Create your feature branch (git checkout -b my-new-feature)\n3. Commit your changes (git commit -am 'Add some feature')\n5. Push to the branch (git push origin my-new-feature)\n6. Create new Pull Request\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmdouchement%2Fcopier","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmdouchement%2Fcopier","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmdouchement%2Fcopier/lists"}