vault backup: 2024-07-31 15:49:14

This commit is contained in:
2024-07-31 15:49:14 +02:00
parent 6e36b52550
commit b9c6589db5
4 changed files with 17 additions and 9 deletions
+8 -1
View File
@@ -61,8 +61,15 @@ zpool attach POOL OLD_DISK NEW_DISK
---
## Platte von Pool ersetzen
1. Plate offline schalten
```
zpool replace POOL DISK
zpool offline POOL DISK
```
2.
```
zpool replace -f POOL DISK
```
---