micahilbery / tardis

A simple backup application for elementary OS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A simple backup application for elementary OS

License:GNU General Public License v3.0


Languages

Language:Vala 94.5%Language:Meson 4.4%Language:Python 1.1%