Metadata-Version: 2.1
Name: vorta
Version: 0.6.5
Summary: A GUI for BorgBackup
Home-page: https://github.com/borgbase/vorta
Author: Manuel Riel
License: UNKNOWN
Description: # Vorta Backup Client <img alt="Logo" src="https://files.qmax.us/vorta/vorta-512px.png" align="right" height="50">
        
        Vorta is a backup client for macOS and Linux desktops. It integrates the mighty [BorgBackup](https://borgbackup.readthedocs.io) with your desktop environment to protect your data from disk failure, ransomware and theft.
        
        ![](https://files.qmax.us/vorta-screencast-6.gif)
        
        ## Why is this great? 🤩
        
        - **Encrypted, deduplicated and compressed backups** using [Borg](https://borgbackup.readthedocs.io) as backend.
        - **No vendor lock-in** – back up to local drives, your own server or [BorgBase](https://www.borgbase.com), 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](INSTALL.md)
        
        
        ## Learn More
        - [Description](https://borgbackup.readthedocs.io/en/stable/internals.html) of Borg's internal workings and security
        - [High level guide and template](https://docs.borgbase.com/backup-strategy/steps-with-template/) on setting up a complete backup strategy
        - [Detailed tutorial](https://docs.borgbase.com/macos/how-to-backup-your-mac-using-the-vorta-backup-gui/) on setting up Vorta
        - Why the name? [Vorta](http://memory-alpha.wikia.com/wiki/Vorta) are a race referenced in Star Trek. After dying they are replaced by their cloned backup.
        
        
        ## Development and Bug Reports
        - Report bugs and submit feature ideas by opening a new [Github issue](https://github.com/borgbase/vorta/issues/new/choose).
        - Want to contribute to Vorta? Great! See [CONTRIBUTING.md](CONTRIBUTING.md)
        - During beta-testing, crash reports are sent to [Sentry](https://sentry.io) 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
        - Ⓒ 2018 [Manuel Riel](https://twitter.com/_m3nu) for [BorgBase.com](https://www.borgbase.com). All rights reserved.
        - Licensed under GPLv3. See [LICENSE.txt](LICENSE.txt) for details.
        - Based on [PyQt](https://riverbankcomputing.com/software/pyqt/intro) and [Qt](https://www.qt.io).
        - Icons by [FontAwesome](https://fontawesome.com)
        
Keywords: backup,borgbackup
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: MacOS X
Classifier: Environment :: X11 Applications :: Qt
Classifier: Operating System :: MacOS
Classifier: Operating System :: POSIX
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: System :: Archiving :: Backup
Classifier: Topic :: System :: Systems Administration
Classifier: Topic :: Utilities
Requires-Python: >= 3.6
Description-Content-Type: text/markdown
