{"id":28397134,"url":"https://github.com/rustic-rs/dev-docs","last_synced_at":"2026-04-29T10:33:50.441Z","repository":{"id":194196899,"uuid":"690291520","full_name":"rustic-rs/dev-docs","owner":"rustic-rs","description":"rustic dev documentation ","archived":false,"fork":false,"pushed_at":"2024-11-04T13:22:29.000Z","size":402,"stargazers_count":1,"open_issues_count":9,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-06-01T09:46:46.772Z","etag":null,"topics":["backup","deduplication","developer","documentation","encryption","restic","rust"],"latest_commit_sha":null,"homepage":"http://rustic.cli.rs/dev-docs/","language":"Handlebars","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rustic-rs.png","metadata":{"files":{"readme":"Readme.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-09-11T23:20:37.000Z","updated_at":"2024-11-04T13:22:33.000Z","dependencies_parsed_at":"2024-03-17T06:36:33.949Z","dependency_job_id":"d9f31f11-d174-4b49-bcb7-ab13521c33ad","html_url":"https://github.com/rustic-rs/dev-docs","commit_stats":null,"previous_names":["rustic-rs/dev-docs"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rustic-rs/dev-docs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rustic-rs%2Fdev-docs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rustic-rs%2Fdev-docs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rustic-rs%2Fdev-docs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rustic-rs%2Fdev-docs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rustic-rs","download_url":"https://codeload.github.com/rustic-rs/dev-docs/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rustic-rs%2Fdev-docs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32421918,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T06:29:02.080Z","status":"ssl_error","status_checked_at":"2026-04-29T06:29:00.631Z","response_time":110,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["backup","deduplication","developer","documentation","encryption","restic","rust"],"created_at":"2025-05-31T23:39:49.958Z","updated_at":"2026-04-29T10:33:50.435Z","avatar_url":"https://github.com/rustic-rs.png","language":"Handlebars","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n\u003cimg src=\"https://raw.githubusercontent.com/rustic-rs/assets/main/logos/readme_header_dev.png\" height=\"400\" /\u003e\n\u003c/p\u003e\n\u003cp align=\"center\"\u003e\n\u003cb\u003edeveloper Documentation\u003c/b\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n\u003ca href=\"https://crates.io/crates/rustic-rs\"\u003e\u003cimg src=\"https://img.shields.io/crates/v/rustic-rs.svg\" /\u003e\u003c/a\u003e\n\u003ca href=\"https://raw.githubusercontent.com/rustic-rs/rustic/main/\"\u003e\u003cimg src=\"https://img.shields.io/badge/license-Apache2.0/MIT-blue.svg\" /\u003e\u003c/a\u003e\n\u003ca href=\"https://crates.io/crates/rustic-rs\"\u003e\u003cimg src=\"https://img.shields.io/crates/d/rustic-rs.svg\" /\u003e\u003c/a\u003e\n\u003cp\u003e\n\nAn open source developers documentation book for\n[rustic](https://github.com/rustic-rs/rustic) that you can read\n[here](https://rustic.cli.rs/dev-docs).\n\n## Installation\n\nThis book is built with [mdbook](https://rust-lang.github.io/mdBook/). You can\ninstall it by running `cargo install mdbook`.\n\n### Additional dependencies\n\n- `cargo install mdbook-last-changed` for date changes in the footer\n\n- `cargo install mdbook-pandoc` for rendering the book to PDF\n\n#### Texlive\n\n```sh\n# Source the .env file to get the PANDOC_VERSION\n. ./.env\n\nsudo apt-get update\n\nsudo apt-get install -y texlive texlive-latex-extra texlive-luatex texlive-lang-cjk librsvg2-bin fonts-noto\n\ncurl -LsSf https://github.com/jgm/pandoc/releases/download/$PANDOC_VERSION/pandoc-$PANDOC_VERSION-linux-amd64.tar.gz | tar zxf -\n```\n\n## Building with mdbook\n\nIf you want to build it locally you can run one of these two commands in the\nroot directory of the repository:\n\n- `mdbook build`\n\n  Builds static html pages as output and places them in the `/book` directory by\n  default.\n\n- `mdbook serve`\n\n  Serves the book at `http://localhost:3000` (port is changeable, take a look at\n  the terminal output to be sure) and reloads the browser when a change occurs.\n\n## License\n\nThe content of this repository is licensed under **MPL-2.0**; see\n[LICENSE](./LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frustic-rs%2Fdev-docs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frustic-rs%2Fdev-docs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frustic-rs%2Fdev-docs/lists"}