Metadata-Version: 2.1
Name: ENACrestic
Version: 0.1.4
Summary: Automate backups using restic
Home-page: https://github.com/EPFL-ENAC/ENACrestic
Author: Samuel Bancal
Author-email: Samuel.Bancal@epfl.ch
License: UNKNOWN
Project-URL: Bug Reports, https://github.com/EPFL-ENAC/ENACrestic/issues
Project-URL: Source, https://github.com/EPFL-ENAC/ENACrestic/
Description: # ENACrestic
        
        ![ENACrestic](doc_pixmaps/enacrestic.png)
        
        A simple Qt GUI to automate backups with [restic](https://restic.net/)
        
        1. Automate your *restic* backups at a choosen frequency
        2. Run *restic forget* in a regular basis to keep your backup light and useful
        3. Let you see when :
          + ![backup_in_progress](doc_pixmaps/backup_in_progress.png) `restic backup` is running
          + ![forget_in_progress](doc_pixmaps/forget_in_progress.png) `restic forget` is running
          + ![backup_success](doc_pixmaps/backup_success.png) backup is completed
          + ![backup_failed](doc_pixmaps/backup_failed.png) last backup failed
          + ![backup_no_network](doc_pixmaps/backup_no_network.png) last backup failed because of a network timeout (maybe the VPN is not running?)
        
Keywords: backup,restic
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: X11 Applications :: Qt
Classifier: Intended Audience :: End Users/Desktop
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Operating System :: POSIX :: Linux
Classifier: Topic :: System :: Archiving :: Backup
Requires-Python: >=3.6, <4
Description-Content-Type: text/markdown
Provides-Extra: dev
Provides-Extra: test
