Metadata-Version: 2.1
Name: FileBackup
Version: 0.2.1
Summary: Tool for creating and restoring file system backups.
Author-email: David Brownell <db@DavidBrownell.com>
License: MIT
Project-URL: Homepage, https://github.com/davidbrownell/FileBackup
Project-URL: Documentation, https://github.com/davidbrownell/FileBackup
Project-URL: Repository, https://github.com/davidbrownell/FileBackup
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: MacOS
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: dbrownell-Common
Requires-Dist: paramiko ~=3.4
Requires-Dist: typer ~=0.9
Provides-Extra: dev
Requires-Dist: dbrownell-DevTools ; extra == 'dev'
Provides-Extra: package
Requires-Dist: build ~=1.2 ; extra == 'package'
Requires-Dist: cx-Freeze ~=6.15 ; extra == 'package'
Requires-Dist: twine ~=5.1 ; extra == 'package'

# FileBackup



Tool for creating and restoring file system backups.



## Overview

TODO: Complete this section

### How to use FileBackup

TODO: Complete this section



## Vulnerability Reporting (Security Issues)
Please privately report vulnerabilities you find so we can fix them!

See [SECURITY.md](https://github.com/davidbrownell/FileBackup/blob/main/SECURITY.md) for information on how to privately report vulnerabilities.

## License

FileBackup is licensed under the <a href="https://choosealicense.com/licenses/mit/" target="_blank">MIT</a> license.
