added asciinema
This commit is contained in:
parent
704e7d4390
commit
f91e3afc22
@ -1,6 +1,8 @@
|
||||
# zfs-inplace-rebalancing
|
||||
Simple bash script to rebalance pool data between all mirrors when adding vdevs to a pool.
|
||||
|
||||
[](https://asciinema.org/a/350221)
|
||||
|
||||
## How it works
|
||||
|
||||
This script simply copies all files, deletes the original and renames the copy back to the original name. The given root directory is traversed recursively (using `find`) and each file is processed individually. At no point in time are both versions of the original file deleted.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user