Metadata-Version: 2.4
Name: site-backup
Version: 1.0.0
Summary: Sistema de backup de sites por FTP, SFTP e SSH com agendamento, dump de banco e notificações
Author: site-backup contributors
License-Expression: MIT
Project-URL: Homepage, https://github.com/anomalyco/site-backup
Project-URL: Source, https://github.com/anomalyco/site-backup
Project-URL: BugTracker, https://github.com/anomalyco/site-backup/issues
Keywords: backup,sftp,ftp,ssh,mysql,postgresql,devops
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: System Administrators
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: System :: Archiving :: Backup
Classifier: Topic :: System :: Systems Administration
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pyyaml>=6.0
Requires-Dist: jsonschema>=4.0
Requires-Dist: paramiko>=3.0
Requires-Dist: typer>=0.9
Requires-Dist: structlog>=23.0
Requires-Dist: httpx>=0.24
Requires-Dist: schedule>=1.2
Dynamic: license-file

# site-backup

Backup automatizado de sites via FTP, SFTP e SSH com dump de banco (MySQL/PostgreSQL), agendamento, retenção e notificações.

## Instalação

```bash
pip install site-backup
```

## Uso rápido

```bash
# Gerar config interativamente
sitebackup init

# Testar conexão
sitebackup test --site meusite

# Executar backup
sitebackup run

# Verificar saúde
sitebackup health
```

Documentação completa em [github.com/anomalyco/site-backup](https://github.com/anomalyco/site-backup).
