{"id":19545810,"url":"https://github.com/creative-workflow/capistrano-syncfiles","last_synced_at":"2026-05-12T12:01:53.956Z","repository":{"id":59151889,"uuid":"100792298","full_name":"creative-workflow/capistrano-syncfiles","owner":"creative-workflow","description":"This gem provides up and down file syncing with rsync, tar or sftp. This could be usefull if you are in a shared hosting environment.","archived":false,"fork":false,"pushed_at":"2018-11-15T13:28:48.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-11-30T04:26:07.256Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Ruby","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/creative-workflow.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}},"created_at":"2017-08-19T12:16:28.000Z","updated_at":"2018-11-15T13:28:49.000Z","dependencies_parsed_at":"2022-09-13T11:00:47.546Z","dependency_job_id":null,"html_url":"https://github.com/creative-workflow/capistrano-syncfiles","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/creative-workflow/capistrano-syncfiles","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/creative-workflow%2Fcapistrano-syncfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/creative-workflow%2Fcapistrano-syncfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/creative-workflow%2Fcapistrano-syncfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/creative-workflow%2Fcapistrano-syncfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/creative-workflow","download_url":"https://codeload.github.com/creative-workflow/capistrano-syncfiles/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/creative-workflow%2Fcapistrano-syncfiles/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32938003,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-12T09:19:52.626Z","status":"ssl_error","status_checked_at":"2026-05-12T09:17:33.438Z","response_time":102,"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":[],"created_at":"2024-11-11T03:41:22.094Z","updated_at":"2026-05-12T12:01:53.937Z","avatar_url":"https://github.com/creative-workflow.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# capistrano-syncfiles\n\nThis gem provides up and down file syncing with rsync, tar or sftp. This could be usefull if you are in a shared hosting environment.\n\nSupports folder excludes.\n\n## Installation\nFirst make sure you install the capistrano-syncfiles by adding it to your `Gemfile`:\n\n    gem \"capistrano-syncfiles\"\n\nAdd to Capfile\n\n    require 'capistrano/syncfiles'\n\n## Configuration (deploy.rb)\nConfigure your files and folders like these:\n```\nset :syncfiles, {\n  'wordpress/wp-content/uploads' =\u003e {                     # local path\n      remote: 'wordpress/wp-content/uploads',             # remote path\n      exclude: ['fvm', 'ithemes-security', 'wc-logs']     # excluded folders/files, based on local path, works also for remote\n  }\n}\nset :syncfiles_rsync_options, '-avzuO'\n\nset :syncfiles_roles, :all  # roles to run on, default: :all\n\nset :syncfiles_temp_file    # applies only to tar strategy, default: \"/tmp/transfere-#{local_path.hash}.tar.gz\"\n\nset :syncfiles_tar_verbose  # applies only to tar strategy, default: true\n\nset :syncfiles_sftp_password # password for sftp connection\n```\n\n## Usage\nThe following tasks will be added\n```\ncap syncfiles:rsync:down\ncap syncfiles:rsync:up\n\ncap syncfiles:tar:down\ncap syncfiles:tar:up    \n\ncap syncfiles:sftp:down\ncap syncfiles:sftp:up    \n```\n\nYou can invoke this tasks(Rake) as you do normally: https://github.com/ruby/rake\n\nCapistrano tasks: http://capistranorb.com/documentation/getting-started/flow/\n\n### License\nThe MIT License (MIT)\n\n### Changelog\n##### 1.0.0\n  * add `syncfiles_rsync_options` default options\n\n##### 0.3.0\n  * use `current_path` instead of `release_path`\n\n##### 0.2.0\n  * add sftp strategy\n\n##### 0.1.0\n  * Initial release\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcreative-workflow%2Fcapistrano-syncfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcreative-workflow%2Fcapistrano-syncfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcreative-workflow%2Fcapistrano-syncfiles/lists"}