{"id":16162250,"url":"https://github.com/0xerr0r/navidrome-backup-docker","last_synced_at":"2026-05-19T04:04:08.970Z","repository":{"id":109369006,"uuid":"338908872","full_name":"0xERR0R/navidrome-backup-docker","owner":"0xERR0R","description":"Simple docker backup container for navidrome","archived":false,"fork":false,"pushed_at":"2021-02-17T21:28:32.000Z","size":4,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-07T03:46:00.371Z","etag":null,"topics":["backup","docker","navidrome"],"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/0xERR0R.png","metadata":{"files":{"readme":"README.md","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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-02-14T21:48:11.000Z","updated_at":"2021-10-27T21:02:37.000Z","dependencies_parsed_at":null,"dependency_job_id":"e5eb9ebd-4b72-4f30-9bda-1ed7c60997a0","html_url":"https://github.com/0xERR0R/navidrome-backup-docker","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/0xERR0R/navidrome-backup-docker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xERR0R%2Fnavidrome-backup-docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xERR0R%2Fnavidrome-backup-docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xERR0R%2Fnavidrome-backup-docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xERR0R%2Fnavidrome-backup-docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/0xERR0R","download_url":"https://codeload.github.com/0xERR0R/navidrome-backup-docker/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xERR0R%2Fnavidrome-backup-docker/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268859123,"owners_count":24318874,"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-08-05T02:00:12.334Z","response_time":2576,"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","docker","navidrome"],"created_at":"2024-10-10T02:29:31.318Z","updated_at":"2026-05-19T04:04:03.929Z","avatar_url":"https://github.com/0xERR0R.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Backup for Navidrome\n\nCreates a backup from navidrome's database and executes SQL reports.\n\n\nUsage with navidrome and [crony](https://github.com/0xERR0R/crony):\n\ndocker-compose.yml\n\n```yml\nversion: \"2.1\"\nservices:\n  navidrome:\n    image: deluan/navidrome\n    container_name: navidrome\n    environment:\n      - TZ=Europe/Berlin\n      - ND_SCANINTERVAL=10m\n      - ND_SESSIONTIMEOUT=24h\n    volumes:\n      - music:/music/:ro\n      - data:/data\n    mem_limit: 300m\n    ports:\n      - 4533:4533\n  backup:\n    image: ghcr.io/0xerr0r/navidrome-backup-docker\n    container_name: navidrome-backup\n    depends_on: \n      - navidrome\n    volumes:\n      - backup:/out/\n    volumes_from:\n      - navidrome\n    labels:\n      # every monday\n      - crony.schedule=\"0 0 * * 1\"\nvolumes:\n   music:\n    driver: local\n    driver_opts:\n      type: cifs\n      o: username=xxx,password=xxx,rw\n      device: //192.168.178.xxx/path/to/music\n   backup:\n    driver: local\n    driver_opts:\n      type: cifs\n      o: username=xxx,password=xxx,rw\n      device: //192.168.178.xxx/path/to/backup\n   data:\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F0xerr0r%2Fnavidrome-backup-docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F0xerr0r%2Fnavidrome-backup-docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F0xerr0r%2Fnavidrome-backup-docker/lists"}