/tardis

A simple backup application for elementary OS

Primary LanguageValaGNU General Public License v3.0GPL-3.0

Icon

Tardis

A simple backup application for elementary OS

Get it on AppCenter

Usage

Adding a Backup Drive

gif on how to add a backup drive

Running a Backup

gif on how to run a backup

Building

The following dependencies are required to build Tardis:

- libgtk-3-dev
- libjson-glib-dev
- libgranite-dev
- rsync
- meson
- valac >= 0.40.3

Use the following commands to compile Tardis:

meson build
ninja -C build

To install your freshly built version:

sudo ninja -C build install