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
- Host: GitHub
- URL: https://github.com/niqzart/backuper
- Owner: niqzart
- Created: 2024-07-13T19:22:17.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-10-24T20:49:08.000Z (6 months ago)
- Last Synced: 2025-02-12T19:04:37.997Z (2 months ago)
- Topics: backup, cli, python, windows, yaml-config
- Language: Python
- Homepage: https://pypi.org/project/backuper-nq/
- Size: 93.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Backuper
Personal backup scriptTBA
## Development
### Install
```
pip install poetry==1.8.3
poetry install
pre-commit install
```### Run
```
backuper config.yml
echo "" | backuper -
```