Giter Site home page Giter Site logo

resticscheduler's Introduction

Restic Scheduler

Downloads Latest Version

Native macOS menu bar app heavily inspired by Apple's Time Machine to perform scheduled backups using restic.

Features

  • Built-in restic binary (but using a custom one is also possible)
  • Back up every hour, day or week
  • SFTP, rest or local repository types
  • List of included/excluded files/folders
  • Custom command-line arguments

Screenshots

Backing Up Status General Restic Advanced

Installation

macOS 13 or higher is required.

Download the latest archive, unzip it and move the app to Applications folder.

Building

  1. Download a restic binary for macOS and place the extracted binary named restic at the project folder

  2. If you don't need a code signing, run make disable-code-signing

  3. Otherwise create a Config.xcconfig file at the project folder with the following content:

    CODE_SIGN_STYLE = Automatic
    DEVELOPMENT_TEAM = 12ABCDE45F
    MARKETING_VERSION = 0.0.0
    APP_BUNDLE_ID = ru.makinen.ResticScheduler
    APP_RESTIC_BINARY = restic

    Note: set DEVELOPMENT_TEAM to your Development Team ID.

  4. Open ResticScheduler.xcodeproj in Xcode and build the project

  5. Or run make to build from the command-line

License

MIT

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.