Go to file
Manuel Riel 5cbdaaa15c
v0.6.4 - Custom pre/post backup commands (#104)
* Add pre/post-backup command setting. Fixes #109
* Bug fixes for #111 and #106
2019-01-06 08:22:11 +08:00
.github/ISSUE_TEMPLATE Update issue templates 2018-12-16 12:30:56 +08:00
bin/macosx64 Package macOS app as DMG. Add Sparkle Framework. 2018-11-21 16:17:27 +08:00
requirements.d Add own macOS Keychain implementation to avoid conflict with autostart. #81 2018-12-06 17:41:22 +08:00
src/vorta v0.6.4 - Custom pre/post backup commands (#104) 2019-01-06 08:22:11 +08:00
tests V0.6.2 – Restructure README (#97) 2018-12-18 19:23:34 +08:00
.bumpversion.cfg Bump version: 0.6.2 → 0.6.3 2018-12-25 13:54:16 +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 V0.6.2 – Restructure README (#97) 2018-12-18 19:23:34 +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.2 → 0.6.3 2018-12-25 13:54:16 +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 v0.6.4 - Custom pre/post backup commands (#104) 2019-01-06 08:22:11 +08:00
setup.py Fixes to packaging 2018-11-02 23:46:14 +08:00
vorta.spec Bump version: 0.6.2 → 0.6.3 2018-12-25 13:54:16 +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