backup-utils/
├── src/
│   └── fstrent_bkitup/
│       ├── __init__.py
│       └── core.py
├── tests/
│   ├── __init__.py
│   └── test_fstrent_bkitup.py
├── .gitignore
├── LICENSE
├── pyproject.toml
├── README.md
└── requirements.txt 