new: nightbase mig
This commit is contained in:
9
2025-11-13-nightbase-migration/0001-temp-backup.sh
Executable file
9
2025-11-13-nightbase-migration/0001-temp-backup.sh
Executable file
@@ -0,0 +1,9 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
# 실행 안되면 램 64기가도 없는 허-접
|
||||
sudo mount -t tmpfs -o size=64G tmpfs /tmp/night-tmp --mkdir
|
||||
|
||||
SOURCE_PATH=/x/nvme1/NightBase
|
||||
DESTINATION_PATH=/tmp/night-tmp/NightBase
|
||||
|
||||
sudo rsync -a --info=progress2 $SOURCE_PATH/ $DESTINATION_PATH
|
||||
Reference in New Issue
Block a user