Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,7 @@

# Build tree
/build

# Python junk
__pycache__
*.py[co]
14 changes: 8 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ The archive may include:
- Kernel logs (`dmesg`), systemd unit list, optional systemd journal
- Network configuration (interfaces, routes, iptables rules)
- Edera Protect daemon configuration (`/var/lib/edera/protect/daemon.toml`)
- Edera Protect zone list and per-zone logs (`protect-ctl zone list`, `protect-ctl zone logs`)

**Please inspect the ZIP contents yourself** to ensure you are comfortable
with the data before sending it to Edera. You can open it with any ZIP tool.
Expand All @@ -46,12 +47,13 @@ Optional Privacy Flags
-----------------------------------------------------------------------
You may exclude certain data if desired:

--no-acpi Skip ACPI tables
--no-dmi Skip DMI/SMBIOS data
--no-journal Skip systemd journal logs for the whole system
--no-network Skip all network configuration
--no-systemd-units Skip 'systemctl list-units` (all unit state)
--no-unit-journal Skip systemd journal logs for Edera-specific systemd units
--no-acpi Skip ACPI tables
--no-dmi Skip DMI/SMBIOS data
--no-journal Skip systemd journal logs for the whole system
--no-network Skip all network configuration
--no-protect-zone-logs Skip Edera Protect zone list and per-zone logs
--no-systemd-units Skip 'systemctl list-units` (all unit state)
--no-unit-journal Skip systemd journal logs for Edera-specific systemd units

Example:

Expand Down
Loading
Loading