4 lines
130 B
Makefile
4 lines
130 B
Makefile
![]() |
DEST:=/opt/nativecloud-agent
|
||
|
|
||
|
sync:
|
||
|
rsync -rvz --exclude-from .rsyncignore --delete ./ root@192.168.11.11:/opt/nativecloud-agent/
|