{"id":21068493,"url":"https://github.com/matheusfillipe/psync","last_synced_at":"2025-09-05T21:39:11.809Z","repository":{"id":101330010,"uuid":"380613114","full_name":"matheusfillipe/psync","owner":"matheusfillipe","description":"Simple and customizable file/directory synchronization daemon that uses rsync and supports remote servers with ssh","archived":false,"fork":false,"pushed_at":"2021-06-26T23:38:38.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-14T02:21:14.300Z","etag":null,"topics":["backup","pip","python","python3","rsync","sync","synchronization"],"latest_commit_sha":null,"homepage":"","language":"Python","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/matheusfillipe.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":"2021-06-26T23:19:53.000Z","updated_at":"2021-06-26T23:38:40.000Z","dependencies_parsed_at":"2023-09-21T20:32:36.035Z","dependency_job_id":null,"html_url":"https://github.com/matheusfillipe/psync","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/matheusfillipe/psync","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matheusfillipe%2Fpsync","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matheusfillipe%2Fpsync/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matheusfillipe%2Fpsync/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matheusfillipe%2Fpsync/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/matheusfillipe","download_url":"https://codeload.github.com/matheusfillipe/psync/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matheusfillipe%2Fpsync/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273826536,"owners_count":25175232,"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","status":"online","status_checked_at":"2025-09-05T02:00:09.113Z","response_time":402,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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","pip","python","python3","rsync","sync","synchronization"],"created_at":"2024-11-19T18:22:17.521Z","updated_at":"2025-09-05T21:39:11.762Z","avatar_url":"https://github.com/matheusfillipe.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"Rsync wrapper using argparse, rsync and schedule reading from .ssh/config and works locally too.\n\n# Installation\n\n`pip install psync`\n\n# How does it work like\n\nCreates a pidfile at run while running, sigint to delete it. Not launch if running.\n\nReads config create sources list of objs default . Update server name. \n\nInterface class and implementation for ssh and local types. \n\nCheck ssh config or read from hostname port.\n\nRuns checking times and spawns threads for given object types.\n\n\n# Config\n\nExample:\n```toml\n[default]\ntype = \"ssh\"\nssh_command = \"ssh -J proxyJumpServer {server}\"\nssh_config = \"~/.ssh/config\"\nhour = 0\nday = 0\nweek = \"*\"\nmonth = \"*\"\nexclude_folder_bigger_than = \"20M\"\nexclude_file_bigger_than = \"1G\"\n\n[localhost]\ntype = \"local\"\nfrom = \"~/Projects\"\nto = \"/media/matheus/Elements/Backups/Projects\"\nexclude  = [\"vent/\", \"pycache\"]\n\n[deserver]\ntype = \"remote\"\nfrom = \"~/Projects/p1\"\nto = \"/media/matheus/Elements/Backups/Projects/drserver/p1\"\nexclude  = [\"vent/\", \"pycache\"]\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatheusfillipe%2Fpsync","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmatheusfillipe%2Fpsync","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatheusfillipe%2Fpsync/lists"}