save disk test
This commit is contained in:
16
fsn1.disktest/Makefile
Normal file
16
fsn1.disktest/Makefile
Normal file
@@ -0,0 +1,16 @@
|
||||
HOST := fsn1.datavibe.net
|
||||
WHEN := $(shell date -u +%Y-%m-%d.%H.%M.%S)
|
||||
|
||||
default: runlog
|
||||
|
||||
runlog:
|
||||
script ./log.$(WHEN).txt bash -c "make run"
|
||||
|
||||
run: sync
|
||||
ssh root@$(HOST) "bash /root/disktest.sh"
|
||||
|
||||
sync:
|
||||
rsync -avP ./disktest.sh root@$(HOST):/root/disktest.sh
|
||||
|
||||
clean:
|
||||
rm log.*.txt
|
||||
Reference in New Issue
Block a user