{"id":16947045,"url":"https://github.com/mainro/psyncopath","last_synced_at":"2025-03-21T09:18:57.481Z","repository":{"id":143296062,"uuid":"11661116","full_name":"MainRo/psyncopath","owner":"MainRo","description":"python helper for rsync mirroring","archived":false,"fork":false,"pushed_at":"2014-04-01T19:59:15.000Z","size":124,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-26T05:45:04.404Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MainRo.png","metadata":{"files":{"readme":"README","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-07-25T13:30:34.000Z","updated_at":"2023-09-08T16:40:59.000Z","dependencies_parsed_at":"2023-03-17T14:40:25.154Z","dependency_job_id":null,"html_url":"https://github.com/MainRo/psyncopath","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/MainRo%2Fpsyncopath","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MainRo%2Fpsyncopath/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MainRo%2Fpsyncopath/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MainRo%2Fpsyncopath/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MainRo","download_url":"https://codeload.github.com/MainRo/psyncopath/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244767797,"owners_count":20507110,"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-13T21:45:42.496Z","updated_at":"2025-03-21T09:18:57.462Z","avatar_url":"https://github.com/MainRo.png","language":"Python","readme":"psyncopath is a helper for rsync:\n- push or pull a mirrored directory.\n- add mirrored directory configuration in a user config file.\n\n1- Config file\n\nCreate a ~/.psyncopath config file containing the configuration. The\nconfiguration is a python script containing a \"config\" dictionary.  The\nfollowing example declares a \"mymirror\" workspace:\n\nconfig['mymirror'] = { 'local_path':'your local path', 'remote_path':'the server/remote path', 'server':'user@host'}\n\nconfig settings:\n- local_path   :  Local directory to mirror.\n- remote_path  :  Location where mirroring is done (On the server if a server\n                  address is provided).\n- server :        user and hostname of a remote server where mirroring is done.\n- mode   :        \"smb\" if mirroring is done on a samba mount point.\n- temp_dir     :  local path where temporary files are created. Use this if not\n                  supported on remote location.\n\n2- server setup\n\nEnsure that the server has the ssh key of the client available. Password based\nauthentication is not supported.\n\nMirroring can be done localy if no server is provided.\n\n3- synchronize\n\nTo push a local repository to the server:\npsyncopath mymirror push\n\npull a server mirrored content to a local repository:\npsyncopath mymirror pull\n\nwhere \"mymirror\" is the name of the workspace\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmainro%2Fpsyncopath","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmainro%2Fpsyncopath","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmainro%2Fpsyncopath/lists"}