{"id":27621851,"url":"https://github.com/pablopunk/bucky","last_synced_at":"2025-04-23T08:06:43.265Z","repository":{"id":284977623,"uuid":"955559115","full_name":"pablopunk/bucky","owner":"pablopunk","description":"*WIP* Self-hosted all-in-one backups that don't suck.","archived":false,"fork":false,"pushed_at":"2025-04-03T12:58:36.000Z","size":827,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-23T08:06:38.512Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pablopunk.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":"2025-03-26T20:39:15.000Z","updated_at":"2025-04-03T12:58:40.000Z","dependencies_parsed_at":"2025-03-28T18:39:48.372Z","dependency_job_id":null,"html_url":"https://github.com/pablopunk/bucky","commit_stats":null,"previous_names":["pablopunk/bucky"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pablopunk%2Fbucky","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pablopunk%2Fbucky/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pablopunk%2Fbucky/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pablopunk%2Fbucky/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pablopunk","download_url":"https://codeload.github.com/pablopunk/bucky/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250395283,"owners_count":21423400,"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":"2025-04-23T08:06:42.626Z","updated_at":"2025-04-23T08:06:43.259Z","avatar_url":"https://github.com/pablopunk.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Bucky\n\n\u003e [!WARNING]  \n\u003e This software is on a very early alpha stage, do NOT use it for critical data\n\nThe self-hosted all-in-one backup solution that ~doesn't suck~ actually kinda sucks while it's on Alpha amirite\n\n## Features\n\n* 💅🏼 Nice **modern UI**\n* 📁 Scheduled backups of the **folders you choose**\n* ☁️ Connect to **Cloud providers** like Storj (_more coming soon-ish_)\n* 💯 **Rclone**: 1 to 1 copies on your remote. No chunking/compressing\n* 📩 **Email notifications** of successful/failed backups\n* 🐳 **Made for docker**. Drop it on your compose file and forget about it\n* ♻️ _WIP: Restore from your backups_\n\n## Screenshots\n\n### Dashboard\n\n![CleanShot 2025-03-28 at 17 51 12](https://github.com/user-attachments/assets/b4fb5f61-a253-4279-b7ae-23acf355df16)\n\n### Storage\n\n![CleanShot 2025-03-28 at 17 51 19](https://github.com/user-attachments/assets/2b4ad01c-98d7-4f86-8cdc-a7c6e6444962)\n\n### Browse local and remote files\n\n![CleanShot 2025-03-28 at 17 51 45](https://github.com/user-attachments/assets/5e2ba0c7-2d0d-4dae-b571-25ef903e1460)\n\n### Email notifications\n\n![CleanShot 2025-03-28 at 17 51 22](https://github.com/user-attachments/assets/8047e7c4-dfb9-4bf9-8309-801bcaddce97)\n\n## Deploy in docker\n\n```yaml\nservices:\n  bucky:\n    image: ghcr.io/pablopunk/bucky:latest\n    container_name: bucky\n    restart: unless-stopped\n    ports:\n      - \"3000:3000\"\n    volumes:\n      - bucky-data:/app/data # optional, to persist the database in a volume\n      - /important/folder1:/folder1 # any folder you want to backup (with any path)\n      - /important/folder2:/folder2\n    environment:\n      - DATABASE_PATH=/app/data/bucky.db # optional, to customize the db location\n\nvolumes:\n  bucky-data:\n```\n\n## To do\n\n- [ ] Add more storage providers\n  - [ ] S3\n  - [ ] B2\n  - [ ] SFTP\n- [ ] Restore functionality (pull the remote content into the local folder)\n- [ ] Async execution of jobs (streaming stdout on execa). Create a job.progress prop that will be constantly updated by the rclone stdout and can be shown on the jobs page\n- [ ] Remove logs older than a week. Make it configurable.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpablopunk%2Fbucky","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpablopunk%2Fbucky","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpablopunk%2Fbucky/lists"}