{"id":49575096,"url":"https://github.com/rollecode/sync-to-nextcloud","last_synced_at":"2026-05-03T16:10:51.361Z","repository":{"id":290204909,"uuid":"941555393","full_name":"rollecode/sync-to-nextcloud","owner":"rollecode","description":"Dependency free scripts for syncing files to Nextcloud.","archived":false,"fork":false,"pushed_at":"2025-06-13T15:22:30.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-05-02T13:33:34.068Z","etag":null,"topics":["backup-script","backup-utility","bash","cli","nextcloud","script"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/rollecode.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"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,"zenodo":null}},"created_at":"2025-03-02T15:16:48.000Z","updated_at":"2025-06-13T15:22:34.000Z","dependencies_parsed_at":"2025-06-13T16:33:05.477Z","dependency_job_id":"8ed2b5a9-b849-4bcc-9e31-f86643a8f63a","html_url":"https://github.com/rollecode/sync-to-nextcloud","commit_stats":null,"previous_names":["ronilaukkarinen/nextcloud-scripts","ronilaukkarinen/sync-to-nextcloud","rollecode/sync-to-nextcloud"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rollecode/sync-to-nextcloud","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rollecode%2Fsync-to-nextcloud","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rollecode%2Fsync-to-nextcloud/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rollecode%2Fsync-to-nextcloud/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rollecode%2Fsync-to-nextcloud/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rollecode","download_url":"https://codeload.github.com/rollecode/sync-to-nextcloud/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rollecode%2Fsync-to-nextcloud/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32575386,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-03T06:36:36.687Z","status":"ssl_error","status_checked_at":"2026-05-03T06:36:09.306Z","response_time":103,"last_error":"SSL_read: 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-script","backup-utility","bash","cli","nextcloud","script"],"created_at":"2026-05-03T16:10:50.533Z","updated_at":"2026-05-03T16:10:51.346Z","avatar_url":"https://github.com/rollecode.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ⚡ Sync to Nextcloud (Linux bash utility)\n\n ![Version](https://img.shields.io/badge/version-1.0.0-blue?style=for-the-badge) ![Nextcloud](https://img.shields.io/badge/Nextcloud-%2300A2FF.svg?style=for-the-badge\u0026logo=nextcloud\u0026logoColor=white) ![bash](https://img.shields.io/badge/bash-%23121011.svg?style=for-the-badge\u0026color=%23222222\u0026logo=gnu-bash\u0026logoColor=white)\n\nThis completely dependency-free script syncs a local directory to a Nextcloud WebDAV server.\n\n## Getting started\n\n1. Clone the repository.\n\n```bash\ngit clone https://github.com/ronilaukkarinen/nextcloud-scripts\n```\n\n2. Install dependencies.\n\n```bash\nnpm install\n```\n\n3. Create a `.env` file.\n\n```bash\ncp .env.example .env\n```\n\n4. Set permissions.\n\n```bash\nchmod +x sync-to-nextcloud.sh\n```\n\n5. Run the script.\n\n```bash\n# Sync a single file\n./sync-to-nextcloud.sh ~/Documents/myfile.txt /\n\n# Sync an entire directory\n./sync-to-nextcloud.sh ~/Documents/files/ /\n\n# Do a dry run first\n./sync-to-nextcloud.sh --dry-run ~/Documents/files/ /\n\n# More verbose output\n./sync-to-nextcloud.sh --verbose ~/Documents/files/ /\n\n# Show help\n./sync-to-nextcloud.sh --help\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frollecode%2Fsync-to-nextcloud","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frollecode%2Fsync-to-nextcloud","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frollecode%2Fsync-to-nextcloud/lists"}