Go to file
Manuel Riel 42191725b5
Smaller issues for v0.6.5 (#123)
* Clarify tray icon behavior in INSTALL.md. Fixes #111
* Rename default profile to just "Default". Fixes #116
* Remove Sentry bug reporting. Add link to Github instead. Fixes #117
* Log to terminal only when running in foreground.
2019-01-15 23:20:24 +08:00
.github/ISSUE_TEMPLATE Update issue templates 2018-12-16 12:30:56 +08:00
bin pyinstaller / vorta.spec: make platform independent (#122) 2019-01-13 10:03:00 +08:00
requirements.d Add Background notifications for Linux (#114) 2019-01-13 09:51:35 +08:00
src/vorta Smaller issues for v0.6.5 (#123) 2019-01-15 23:20:24 +08:00
tests Add Background notifications for Linux (#114) 2019-01-13 09:51:35 +08:00
.bumpversion.cfg Bump version: 0.6.3 → 0.6.4 2019-01-06 08:23:21 +08:00
.gitignore v0.5.1 (#63) 2018-11-30 08:40:18 +08:00
.travis.yml Fix travis requirements.txt path 2018-12-06 18:53:10 +08:00
CONTRIBUTING.md v0.6.4 - Custom pre/post backup commands (#104) 2019-01-06 08:22:11 +08:00
INSTALL.md Smaller issues for v0.6.5 (#123) 2019-01-15 23:20:24 +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
Makefile Bump version: 0.6.3 → 0.6.4 2019-01-06 08:23:21 +08:00
README.md V0.6.2 – Restructure README (#97) 2018-12-18 19:23:34 +08:00
Vagrantfile Add Vagrantfile 2018-11-13 14:49:42 +08:00
appdmg.json Package macOS app as DMG. Add Sparkle Framework. 2018-11-21 16:17:27 +08:00
setup.cfg Smaller issues for v0.6.5 (#123) 2019-01-15 23:20:24 +08:00
setup.py Fixes to packaging 2018-11-02 23:46:14 +08:00
vorta.spec pyinstaller / vorta.spec: make platform independent (#122) 2019-01-13 10:03:00 +08:00

README.md

Vorta Backup Client Logo

Vorta is a backup client for macOS and Linux desktops. It integrates the mighty BorgBackup with your desktop environment to protect your data from disk failure, ransomware and theft.

Why is this great? 🤩

  • Encrypted, deduplicated and compressed backups using Borg as backend.
  • No vendor lock-in  back up to local drives, your own server or BorgBase, a hosting service for Borg backups.
  • Open source  free to use, modify, improve and audit.
  • Flexible profiles to group source folders, backup destinations and schedules.
  • One place to view all point-in-time archives and restore individual files.

Installation

Vorta should work on all platforms that support Qt and Borg. This includes macOS, Ubuntu, Debian, Fedora, Arch Linux and many others. Windows is currently not supported by Borg, but this may change in the future.

For available packages and instructions, see INSTALL.md

Learn More

Development and Bug Reports

  • Report bugs and submit feature ideas by opening a new Github issue.
  • Want to contribute to Vorta? Great! See CONTRIBUTING.md
  • During beta-testing, crash reports are sent to Sentry to quickly find bugs. You can disable bug reports under the Misc settings tab. Your repo password will always be scrubbed before the test report is transmitted.

License and Credits