new: nightbase mig
This commit is contained in:
6
2025-11-13-nightbase-migration/0003-temp-restore.sh
Executable file
6
2025-11-13-nightbase-migration/0003-temp-restore.sh
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
SOURCE_PATH=/tmp/night-tmp/NightBase
|
||||
DESTINATION_PATH=/x/nvme1/NightBase
|
||||
|
||||
sudo rsync -a --info=progress2 $SOURCE_PATH/ $DESTINATION_PATH
|
||||
Reference in New Issue
Block a user