new: nightbase mig

This commit is contained in:
2025-11-14 00:19:46 +09:00
parent 7449a15389
commit 2f3d199fab
8 changed files with 79 additions and 2 deletions

View File

@@ -0,0 +1,6 @@
#!/usr/bin/env bash
DEST_DISK=/dev/nvme1n1p1
INPUT_IMAGE_PATH=/x/ssd1/snapshots/nvme-old-1tb.zst
zstd -dc -T0 $INPUT_IMAGE_PATH | sudo partclone.ntfs -r -s - -o $DEST_DISK