{"id":20785751,"url":"https://github.com/alvaro17f/passback","last_synced_at":"2026-05-22T01:36:15.994Z","repository":{"id":250010932,"uuid":"833057709","full_name":"alvaro17f/passback","owner":"alvaro17f","description":"A tool to backup your keepass database","archived":false,"fork":false,"pushed_at":"2025-03-09T18:59:04.000Z","size":124,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-09T19:18:22.013Z","etag":null,"topics":["zig"],"latest_commit_sha":null,"homepage":"https://github.com/alvaro17f/passback","language":"Zig","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/alvaro17f.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":"2024-07-24T09:14:35.000Z","updated_at":"2025-03-09T18:59:08.000Z","dependencies_parsed_at":"2024-07-24T18:25:31.719Z","dependency_job_id":"d3856681-92f6-49f2-b132-0cb3c85e17b0","html_url":"https://github.com/alvaro17f/passback","commit_stats":null,"previous_names":["alvaro17f/passback"],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alvaro17f%2Fpassback","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alvaro17f%2Fpassback/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alvaro17f%2Fpassback/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alvaro17f%2Fpassback/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alvaro17f","download_url":"https://codeload.github.com/alvaro17f/passback/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243129096,"owners_count":20240936,"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":["zig"],"created_at":"2024-11-17T14:47:10.747Z","updated_at":"2025-12-26T02:11:34.760Z","avatar_url":"https://github.com/alvaro17f.png","language":"Zig","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Passback\n\n![](vhs/passback.gif)\n\n`passback` is a tool to backup your keepass database.\n\n\u003e :warning: **Work in Progress**: This project is currently under development. Some features may not be complete and may change in the future.\n\n## Installation\n\nTo install passback, you can clone the repository and compile the source code:\n\n```sh\ngit clone https://github.com/alvaro17f/passback.git\ncd passback\nodin build .\n```\n\nthen move the binary to a directory in your PATH:\n\n```sh\nsudo mv passback \u003cPATH\u003e\n```\n\n### NixOS\n\n#### Run\n\nTo run passback, you can use the following command:\n\n```sh\nnix run github:alvaro17f/passback\n```\n\nIf you need to pass arguments, you can use the following command:\n\n```sh\nnix run github:alvaro17f/passback -- help\n```\n\n#### Flake\n\nAdd passback to your flake.nix file:\n\n```nix\n{\n    inputs = {\n        passback.url = \"github:alvaro17f/passback\";\n    };\n}\n```\n\nthen include it in your system configuration:\n\n```nix\n{ inputs, pkgs, ... }:\n{\n    home.packages = [\n        inputs.passback.packages.${pkgs.system}.default\n    ];\n}\n```\n\n## Usage\n\n`passback -d \u003cdevice\u003e \u003cother_device\u003e -p \u003cpath_to_folder_containing_keepass_db\u003e`\n\n```sh\n***************************************************\nPASSBACK - A tool to backup your keepass database\n***************************************************\n-d : USB devices to backup to\n-p : Path to keepass db (default is ~/keepass)\n-h, help : Display this help message\n-v, version : Display the current version\n```\n\n## License\n\nPASSBACK is distributed under the MIT license. See the LICENSE file for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falvaro17f%2Fpassback","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falvaro17f%2Fpassback","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falvaro17f%2Fpassback/lists"}