LICENSE
README.md
pyproject.toml
src/confmirror/__init__.py
src/confmirror/backup.py
src/confmirror/cli.py
src/confmirror/config.py
src/confmirror/gitops.py
src/confmirror/global_config.py
src/confmirror/list.py
src/confmirror/logger.py
src/confmirror/meta.py
src/confmirror/output.py
src/confmirror/perms.py
src/confmirror/restore.py
src/confmirror/system_install.py
src/confmirror/utils.py
src/confmirror.egg-info/PKG-INFO
src/confmirror.egg-info/SOURCES.txt
src/confmirror.egg-info/dependency_links.txt
src/confmirror.egg-info/entry_points.txt
src/confmirror.egg-info/requires.txt
src/confmirror.egg-info/top_level.txt
src/confmirror/diff/__init__.py
src/confmirror/diff/core.py
src/confmirror/diff/display.py
tests/test_backup_restore.py
tests/test_cli.py
tests/test_cli_agent.py
tests/test_config.py
tests/test_diff_core.py
tests/test_infrastructure.py
tests/test_meta.py
tests/test_perms_list.py
tests/test_system_install.py
tests/test_utils.py