{"id":17537666,"url":"https://github.com/zenhack/cow9p","last_synced_at":"2025-03-29T03:46:15.667Z","repository":{"id":6122029,"uuid":"7350141","full_name":"zenhack/cow9p","owner":"zenhack","description":"Copy on write 9p filesystem (Abandoned)","archived":false,"fork":false,"pushed_at":"2012-12-30T20:43:19.000Z","size":120,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-03T13:45:05.875Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/zenhack.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2012-12-28T04:50:55.000Z","updated_at":"2013-10-26T01:30:41.000Z","dependencies_parsed_at":"2022-08-31T20:41:39.731Z","dependency_job_id":null,"html_url":"https://github.com/zenhack/cow9p","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/zenhack%2Fcow9p","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zenhack%2Fcow9p/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zenhack%2Fcow9p/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zenhack%2Fcow9p/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zenhack","download_url":"https://codeload.github.com/zenhack/cow9p/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246135739,"owners_count":20729056,"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-10-20T20:42:25.627Z","updated_at":"2025-03-29T03:46:15.641Z","avatar_url":"https://github.com/zenhack.png","language":"Go","readme":"# Cow9p - Copy on Write 9p filesystem\n\n## Overview\n\nSimple 9p server that adds a copy on write layer to an existing filesystem.\n\nInvoke with:\n\n\tcow9p -s src -d dst\n\nThis will start a 9p server (by default listening on tcp port 5640). Any\nnon-disctructive file operations will try to use the filesystem dst, and will\nuse src as a fallback if the necessary files do not exist on dst. For\ndestructive operations (e.g. write) dst will again be used, first, but if the\nfiles are not found, the will be copied to dst from src, rather than operating\non src directly.\n\n## Status\n\nWork in progress. Idea is well defined, but it doesn't work yet. The\ninterfaces are not considered stable either.\n\nUse at your own risk.\n\n## License\n\nMIT license. see COPYING.\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzenhack%2Fcow9p","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzenhack%2Fcow9p","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzenhack%2Fcow9p/lists"}