mirror of https://github.com/digint/btrbk
cleanup process is safer
parent
a99eee9d50
commit
394ef693d9
|
@ -193,7 +193,13 @@ In other words, delete any folders in `/mnt/btr_pool` that are
|
|||
**NOT LISTED** by `btrfs subvolume list -a /mnt/btr_pool`:
|
||||
|
||||
# cd /mnt/btr_pool
|
||||
# rm -rf bin sbin usr lib var ...
|
||||
# mkdir TO_BE_REMOVED
|
||||
# mv bin sbin usr lib var ... TO_BE_REMOVED
|
||||
|
||||
Then reboot. If everything went OK, then remove the directory:
|
||||
|
||||
# cd /mnt/btr_pool
|
||||
# rm -rf TO_BE_REMOVED
|
||||
|
||||
|
||||
What is the most efficient way to clone btrfs storage?
|
||||
|
|
Loading…
Reference in New Issue