Go to file
Manu 7549e73189 Start adding tests. Work on scheduler-tab. (both WIP) 2018-10-31 01:46:37 +08:00
src/vorta Start adding tests. Work on scheduler-tab. (both WIP) 2018-10-31 01:46:37 +08:00
tests Start adding tests. Work on scheduler-tab. (both WIP) 2018-10-31 01:46:37 +08:00
.bumpversion.cfg Bump version: 0.0.3 → 0.1.0 2018-10-29 01:15:44 +08:00
.gitignore Fix bug related to empty excludes, add version and app icon. 2018-10-28 23:40:38 +08:00
LICENSE.txt Finish packaging. 2018-10-27 00:01:59 +08:00
README.md Start adding tests. Work on scheduler-tab. (both WIP) 2018-10-31 01:46:37 +08:00
environment.yml Start adding tests. Work on scheduler-tab. (both WIP) 2018-10-31 01:46:37 +08:00
setup.cfg Start adding tests. Work on scheduler-tab. (both WIP) 2018-10-31 01:46:37 +08:00
setup.py
vorta.spec Improve finding assets, make cancelling more reliable. 2018-10-29 13:49:25 +08:00

README.md

Vorta - A Boring GUI for BorgBackup

Vorta is a GUI for BorgBackup. It's in alpha status and currently has the following features:

  • Select and create SSH keys without using the Terminal
  • Securely save repo password in Keychain.
  • Initialize new remote Borg repositories
  • Create new Borg snapshots (backups) from local folders
  • Mount existing snapshots with FUSE
  • Settings stored in sqlite
  • Exclude options/patterns.
  • Rule-based scheduling by time, Wifi SSID, etc.
  • Scheduling for background backups.
  • Tests (partly)

Missing features:

  • Repo pruning
  • Repo checking

Download

The app package under Releases should include everything. Just download, unzip and run.

Development

Conda is used for dependency management. Create a new virtual env using:

$ conda env create environment.yml

Qt Creator is used to edit views. Install using Homebrew and then open the .ui files in vorta/UI:

$ brew cask install qt-creator
$ brew install qt

To build a binary package:

$ pyinstaller --clean --noconfirm vorta.spec 

Testing (work in progress)

Tests are in the folder /tests. Run them with PYTHONPATH=src pytest. Testing happens at the level of UI components. Calls to borg are mocked and can be replaced with some example json-output.

Why the Name?

Vorta are a race referenced in Star Trek. They serve the Dominion and are replaced by their clones if they die. Just like our backups.

Author

(C) 2018 Manuel Riel for BorgBase.com

License and Credits

  • Licensed under GPLv3. See LICENSE.txt for details.
  • Uses the excellent BorgBackup
  • Based on PyQt and Qt.
  • Icons by FontAwesome