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
8 changes: 4 additions & 4 deletions docs/de/user/advanced/CLI.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ hyperiond --resetPassword
# Überschreibe den Pfad für die Benutzerdaten (der standardmäßig auf dein Home-Verzeichnis eingestellt ist)
hyperiond --userdata /temp/anotherDir

# Log-Level temporär überschreiben: hyperiond -s für silent -v für verbose und -d für debug
# Log-Level temporär überschreiben: hyperiond -s für "Silent" -v für "Info" und -d für "Debug"
hyperiond -d

# Effekte in ein Verzeichnis exportieren
Expand All @@ -27,13 +27,13 @@ hyperiond --desktop
hyperiond --readonlyMode

# Exportiere die aktuelle Konfiguration in das Hyperion Standardverzeichnis ~/.hyperion/archive
hyperiond -v --exportConfig ""
hyperiond -i --exportConfig ""

# Exportiere die aktuelle Konfiguration in ein Verzeichnis Deiner Wahl; hier das aktuelle Verzeichnis
hyperiond -v --exportConfig "."
hyperiond -i --exportConfig "."

# Importiere eine Konfigurationssicherungsdatei
hyperiond -v --importConfig ./HyperionBackup_2025-05-28-151224-615_v2.1.json
hyperiond -i --importConfig ./HyperionBackup_2025-05-28-151224-615_v2.1.json
```

::: tip Tip
Expand Down
8 changes: 4 additions & 4 deletions docs/user/advanced/CLI.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ hyperiond --resetPassword
# Overwrite the path for user data (which defaults to your home directory)
hyperiond --userdata /temp/anotherDir

# Overwrite log level temporarily: hyperiond -s for silent -v for verbose and -d for debug
# Overwrite log level temporarily: hyperiond -s for "Silent" -i for "Info" and -d for "Debug"
hyperiond -d

# Export effects to directory
Expand All @@ -26,13 +26,13 @@ hyperiond --desktop
hyperiond --readonlyMode

# Export the current configuration into default Hyperion user directory ~/.hyperion/archive
hyperiond -v --exportConfig ""
hyperiond -i --exportConfig ""

# Export the current configuration into a directory of your choice; here the current directory
hyperiond -v --exportConfig "."
hyperiond -i --exportConfig "."

# Import a HyperionBackup JSON file
hyperiond -v --importConfig ./HyperionBackup_2025-05-28-151224-615_v2.1.json
hyperiond -i --importConfig ./HyperionBackup_2025-05-28-151224-615_v2.1.json

```
::: tip
Expand Down