.gitignore
README.md
pyproject.toml
requirements.txt
.github/copilot-instructions.md
.github/workflows/publish.yml
astrapi_backup/__init__.py
astrapi_backup/_app.py
astrapi_backup/_cli.py
astrapi_backup/_paths.py
astrapi_backup/app.yaml
astrapi_backup/navigation.yaml
astrapi_backup/settings.py
astrapi_backup.egg-info/PKG-INFO
astrapi_backup.egg-info/SOURCES.txt
astrapi_backup.egg-info/dependency_links.txt
astrapi_backup.egg-info/entry_points.txt
astrapi_backup.egg-info/requires.txt
astrapi_backup.egg-info/top_level.txt
astrapi_backup/api/fastapi_app.py
astrapi_backup/api/storage.py
astrapi_backup/api/templates.py
astrapi_backup/api/routers/__init__.py
astrapi_backup/api/routers/run.py
astrapi_backup/modules/borg/__init__.py
astrapi_backup/modules/borg/jobs.py
astrapi_backup/modules/borg/utils.py
astrapi_backup/modules/borg/cache/__init__.py
astrapi_backup/modules/borg/cache/cache.py
astrapi_backup/modules/borg/cache/storage.py
astrapi_backup/modules/borg/config/modul.yaml
astrapi_backup/modules/borg/config/schema.yaml
astrapi_backup/modules/borg/config/settings.yaml
astrapi_backup/modules/borg/dialogs/archives/browse.html
astrapi_backup/modules/borg/dialogs/archives/list.html
astrapi_backup/modules/borg/dialogs/archives/modal.html
astrapi_backup/modules/borg/dialogs/stats/content.html
astrapi_backup/modules/borg/dialogs/stats/modal.html
astrapi_backup/modules/borg/icons/icon-outline.svg
astrapi_backup/modules/borg/icons/icon.svg
astrapi_backup/modules/borg/ui/__init__.py
astrapi_backup/modules/borg/ui/archives.py
astrapi_backup/modules/borg/ui/crud.py
astrapi_backup/modules/proxmox_hosts/__init__.py
astrapi_backup/modules/proxmox_hosts/jobs.py
astrapi_backup/modules/proxmox_hosts/config/modul.yaml
astrapi_backup/modules/proxmox_hosts/config/schema.yaml
astrapi_backup/modules/proxmox_hosts/config/settings.yaml
astrapi_backup/modules/proxmox_hosts/dialogs/no_hosts/modal.html
astrapi_backup/modules/proxmox_hosts/icons/icon-outline.svg
astrapi_backup/modules/proxmox_hosts/icons/icon.svg
astrapi_backup/modules/proxmox_hosts/ui/__init__.py
astrapi_backup/modules/proxmox_hosts/ui/crud.py
astrapi_backup/modules/proxmox_jobs/__init__.py
astrapi_backup/modules/proxmox_jobs/jobs.py
astrapi_backup/modules/proxmox_jobs/config/modul.yaml
astrapi_backup/modules/proxmox_jobs/config/schema.yaml
astrapi_backup/modules/proxmox_jobs/config/settings.yaml
astrapi_backup/modules/proxmox_jobs/dialogs/create/available_select.html
astrapi_backup/modules/proxmox_jobs/dialogs/create/modal.html
astrapi_backup/modules/proxmox_jobs/icons/icon-outline.svg
astrapi_backup/modules/proxmox_jobs/icons/icon.svg
astrapi_backup/modules/proxmox_jobs/ui/__init__.py
astrapi_backup/modules/proxmox_jobs/ui/crud.py
astrapi_backup/modules/proxmox_lxc/__init__.py
astrapi_backup/modules/proxmox_lxc/jobs.py
astrapi_backup/modules/proxmox_lxc/config/modul.yaml
astrapi_backup/modules/proxmox_lxc/config/schema.yaml
astrapi_backup/modules/proxmox_lxc/config/settings.yaml
astrapi_backup/modules/proxmox_lxc/dialogs/create/available_select.html
astrapi_backup/modules/proxmox_lxc/dialogs/create/modal.html
astrapi_backup/modules/proxmox_lxc/icons/icon-outline.svg
astrapi_backup/modules/proxmox_lxc/icons/icon.svg
astrapi_backup/modules/proxmox_lxc/ui/__init__.py
astrapi_backup/modules/proxmox_lxc/ui/crud.py
astrapi_backup/modules/remotes/__init__.py
astrapi_backup/modules/remotes/jobs.py
astrapi_backup/modules/remotes/service.py
astrapi_backup/modules/remotes/config/modul.yaml
astrapi_backup/modules/remotes/config/schema.yaml
astrapi_backup/modules/remotes/dialogs/power/confirm.html
astrapi_backup/modules/remotes/dialogs/power/modal.html
astrapi_backup/modules/remotes/dialogs/ssh_check/modal.html
astrapi_backup/modules/remotes/dialogs/ssh_check/spinner.html
astrapi_backup/modules/remotes/dialogs/ssh_check/table.html
astrapi_backup/modules/remotes/icons/icon-outline.svg
astrapi_backup/modules/remotes/icons/icon.svg
astrapi_backup/modules/remotes/ui/__init__.py
astrapi_backup/modules/remotes/ui/crud.py
astrapi_backup/modules/rsync/__init__.py
astrapi_backup/modules/rsync/jobs.py
astrapi_backup/modules/rsync/config/modul.yaml
astrapi_backup/modules/rsync/config/schema.yaml
astrapi_backup/modules/rsync/config/settings.yaml
astrapi_backup/modules/rsync/icons/icon-outline.svg
astrapi_backup/modules/rsync/icons/icon.svg
astrapi_backup/modules/rsync/ui/__init__.py
astrapi_backup/modules/rsync/ui/crud.py
astrapi_backup/overrides/system.py
docs/example.md
docs/ui-class-borg copy.md
doku/app-db-schema.md
doku/tabellen-struktur.md
tests/conftest.py
tests/test_alle_module_aufrufbar.py
tests/test_button_aktionen.py