{"id":16104741,"url":"https://github.com/sergeymakinen/resticscheduler","last_synced_at":"2025-03-18T08:31:30.407Z","repository":{"id":178085639,"uuid":"661337505","full_name":"sergeymakinen/ResticScheduler","owner":"sergeymakinen","description":"Mac menu bar app to perform scheduled backups using restic","archived":false,"fork":false,"pushed_at":"2025-03-09T17:47:49.000Z","size":1087,"stargazers_count":14,"open_issues_count":2,"forks_count":2,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-15T06:52:35.379Z","etag":null,"topics":["backup","macos","menubar","restic"],"latest_commit_sha":null,"homepage":"","language":"Swift","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/sergeymakinen.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":"2023-07-02T14:30:39.000Z","updated_at":"2025-03-08T09:34:23.000Z","dependencies_parsed_at":null,"dependency_job_id":"30921d61-430e-4b33-b444-50d50027be5a","html_url":"https://github.com/sergeymakinen/ResticScheduler","commit_stats":{"total_commits":10,"total_committers":1,"mean_commits":10.0,"dds":0.0,"last_synced_commit":"629abacc6e2764217089850c70dbd9e747728476"},"previous_names":["sergeymakinen/resticscheduler"],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sergeymakinen%2FResticScheduler","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sergeymakinen%2FResticScheduler/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sergeymakinen%2FResticScheduler/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sergeymakinen%2FResticScheduler/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sergeymakinen","download_url":"https://codeload.github.com/sergeymakinen/ResticScheduler/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243910749,"owners_count":20367545,"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":["backup","macos","menubar","restic"],"created_at":"2024-10-09T19:06:04.290Z","updated_at":"2025-03-18T08:31:30.401Z","avatar_url":"https://github.com/sergeymakinen.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Restic Scheduler\n\n[![Downloads](https://img.shields.io/github/downloads/sergeymakinen/ResticScheduler/total)](https://github.com/sergeymakinen/ResticScheduler/releases)\n[![Latest Version](https://img.shields.io/github/v/release/sergeymakinen/ResticScheduler)](https://github.com/sergeymakinen/ResticScheduler/releases/latest)\n\nNative macOS menu bar app heavily inspired by Apple's Time Machine to perform scheduled backups using [restic](https://github.com/restic/restic).\n\n## Features\n\n* Built-in restic binary (but using a custom one is also possible)\n* Back up every hour, day or week\n* SFTP, REST, S3 (+ compatible) or local repository types\n* List of included/excluded files/folders\n* Custom command-line arguments\n\n## Screenshots\n\n\u003cp align=\"center\"\u003e\n  \u003cimg alt=\"Backing Up\" src=\"https://github.com/sergeymakinen/ResticScheduler/assets/983964/2c0da061-5a70-4cf6-a0a3-2b3d7f84e247\"\u003e\n  \u003cimg alt=\"Status\" src=\"https://github.com/sergeymakinen/ResticScheduler/assets/983964/d1fac75f-a9f3-4e73-93cd-2f0392cc2f1e\"\u003e\n  \u003cimg width=\"624\" alt=\"General\" src=\"https://github.com/sergeymakinen/ResticScheduler/assets/983964/4edae23f-dedc-4e2d-b4ef-dedc4ce73585\"\u003e\n  \u003cimg width=\"624\" alt=\"Restic\" src=\"https://github.com/sergeymakinen/ResticScheduler/assets/983964/530433d7-9734-4738-b463-abc4915fc3c9\"\u003e\n  \u003cimg width=\"624\" alt=\"Advanced\" src=\"https://github.com/sergeymakinen/ResticScheduler/assets/983964/0fa108ac-d9cf-4383-8992-97b5bd952db5\"\u003e\n\u003c/p\u003e\n\n## Installation\n\nmacOS 13 or higher is required.\n\nDownload the [latest archive](https://github.com/sergeymakinen/ResticScheduler/releases/latest), unzip it and move the app to Applications folder.\n\n## Building\n\n1. Download a [restic binary](https://github.com/restic/restic/releases/latest) for macOS and place the extracted binary named `restic` at the project folder\n2. If you don't need a code signing, run `make disable-code-signing`\n3. Otherwise create a `Config.xcconfig` file at the project folder with the following content:\n\n    ```env\n    CODE_SIGN_STYLE = Automatic\n    DEVELOPMENT_TEAM = 12ABCDE45F\n    MARKETING_VERSION = 0.0.0\n    APP_BUNDLE_ID = ru.makinen.ResticScheduler\n    APP_RESTIC_BINARY = restic\n    ```\n\n    Note: set `DEVELOPMENT_TEAM` to your Development Team ID.\n\n4. Open `ResticScheduler.xcodeproj` in Xcode and build the project\n5. Or run `make` to build from the command-line\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsergeymakinen%2Fresticscheduler","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsergeymakinen%2Fresticscheduler","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsergeymakinen%2Fresticscheduler/lists"}