Metadata-Version: 2.1
Name: backupmaster
Version: 0.3.13
Author-email: Quinten Roets <qdr2104@columbia.edu>
License: MIT
Project-URL: Source Code, https://github.com/quintenroets/backup
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pyinotify
Requires-Dist: quinten-cli
Requires-Dist: rich
Requires-Dist: superpathlib
Requires-Dist: tqdm
Requires-Dist: xattr
Provides-Extra: dev
Requires-Dist: pre-commit; extra == "dev"
Provides-Extra: test
Requires-Dist: pytest; extra == "test"

[![PyPI version](https://badge.fury.io/py/backupmaster.svg)](https://badge.fury.io/py/backupmaster)
# Backup

A package that enables you to back up all your important data automatically
- Scales to huge number of files
- Detailed configuration possibilities to maximize performance
- Perfect for files that are too volatile for a VCS like GIT and too important to lose

## Installation

Make sure you are using python3.10+

```shell
pip install backupmaster
```
    
Developed for linux OS

## Usage
1) Run

```shell
backup
```
