Added manuals: spotify-downlader, zsh, cachyos with snapper, immich podman install, jellyfin podman install, nextcloud install.
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
# Installation von CachyOS mit Snapshot-Unterstützung
|
||||
|
||||
CachyOS bietet eine benutzerfreundliche Möglichkeit, Snapshots deines Systems zu erstellen und wiederherzustellen. Dies ist besonders nützlich, um dein System vor größeren Änderungen zu sichern oder um schnell zu einem funktionierenden Zustand zurückzukehren.
|
||||
|
||||
Wann immer du dein System aktualisierst oder wichtige Software installierst, wird automatisch ein Snapshot erstellt, um im Falle von Problemen das System auf einen früheren Zustand zurückzusetzen.
|
||||
|
||||
### Snapshot manuell erstellen
|
||||
|
||||
```bash
|
||||
$: sudo snapper -c root create --description "[Bescheibung]"
|
||||
```
|
||||
|
||||
### Liste aller verfügbaren Snapshots
|
||||
|
||||
```bash
|
||||
$: sudo snapper list
|
||||
```
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Weitere Informationen zur Verwendung von CachyOS-Snapshots findest du in der offiziellen Dokumentation: [CachyOS Snapshots](https://docs.cachyos.org/snapshots/).
|
||||
|
||||

|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 184 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 97 KiB |
Reference in New Issue
Block a user