Go to file
Manu e8d0e1e607 Skip existing pyenv version. 2018-11-20 17:25:00 +08:00
.circleci Update config.yml 2018-11-20 13:01:28 +08:00
src/vorta Keep wifi list in sync with OS. #6 2018-11-20 12:19:00 +08:00
tests Adjust test for (fast) travisci. 2018-11-20 14:50:26 +08:00
.bumpversion.cfg Bump version: 0.3.2 → 0.4.0 2018-11-17 19:46:55 +08:00
.gitignore Add Vagrantfile 2018-11-13 14:49:42 +08:00
.travis.yml Skip existing pyenv version. 2018-11-20 17:25:00 +08:00
LICENSE.txt Finish packaging. 2018-10-27 00:01:59 +08:00
MANIFEST.in Fixes to packaging 2018-11-02 23:46:14 +08:00
README.md Update README 2018-11-17 19:46:43 +08:00
Vagrantfile Add Vagrantfile 2018-11-13 14:49:42 +08:00
requirements-dev.txt Add forked pytest to avoid segfaults. 2018-11-20 17:19:59 +08:00
setup.cfg Bump version: 0.3.2 → 0.4.0 2018-11-17 19:46:55 +08:00
setup.py Fixes to packaging 2018-11-02 23:46:14 +08:00
vorta.spec Bump version: 0.3.2 → 0.4.0 2018-11-17 19:46:55 +08:00

README.md

Vorta - A Boring Open Source GUI for BorgBackup

Vorta is an open source macOS/Linux GUI for BorgBackup. It's currently in beta status.

Main features

  • Encrypted, deduplicated and compressed backups.
  • Works with any local (NEW!) or remote Borg repo. Try BorgBase for advanced features like append-only repositories and monitoring.
  • Add SSH keys and initialize repos directly from the GUI.
  • Repo keys are securely stored in macOS Keychain, SecretService or KWallet.
  • Mount existing snapshots via FUSE.
  • Manage multiple backup profiles with different source folders, destinations and settings. (NEW!)
  • Prune and check backups periodically.
  • Flexible scheduling for automatic background backups. Only allow on certain Wifis.
  • View a list of snapshots and action logs.
  • Exclude options/patterns.
  • Error notifications.

Coming soon:

  • Full test coverage (currently: ~60%)
  • Packaging for Linux? How?

Installation and Download

Vorta should work on all platforms that support Qt and Borg. Currently Borg doesn't support Windows, but this may change in the future. Setting allowed Wifi networks is currently not supported on Linux, but everything else should work.

macOS

Download the pre-built macOS binary from Releases. Just download, unzip and run. If you want detailed steps, there is also a tutorial.

Linux

First install Borg and its dependencies. Then install Vorta from Pypi:

$ pip install vorta

After installation run with the vorta command.

$ vorta

Development

Install in development/editable mode while in the repo:

$ pip install -e .

Then run via

$ vorta

Install developer packages we use (pytest, tox, pyinstaller):

pip install -r requirements-dev.txt

Qt Creator is used to edit views. Install from their site or 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. Testing happens at the level of UI components. Calls to borg are mocked and can be replaced with some example json-output. To run tests:

$ python setup.py test

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.

Privacy Policy

  • No personal data is ever stored or transmitted by this application.
  • During beta, crash reports are sent to Sentry to quickly find bugs. You can disable this by setting the env variable NO_SENTRY=1.

Author

(C) 2018 Manuel Riel for BorgBase.com

License and Credits