An open API service indexing awesome lists of open source software.

https://github.com/niqzart/backuper

Backup tool with CI-like configuration
https://github.com/niqzart/backuper

backup cli python windows yaml-config

Last synced: 21 days ago
JSON representation

Backup tool with CI-like configuration

Awesome Lists containing this project

README

        

# Backuper
Personal backup script

TBA

## Development
### Install
```
pip install poetry==1.8.3
poetry install
pre-commit install
```

### Run
```
backuper config.yml
echo "" | backuper -
```