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

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