Browse Source

Merge branch 'master' of sipp11/stdbWeb into master

master
rachanon 8 years ago committed by Gogs
parent
commit
764bd3c059
  1. 9
      sync_to_stdb.sh

9
sync_to_stdb.sh

@ -0,0 +1,9 @@
#!/bin/sh
RUSER=sipp11
RHOST=expert.traffy.xyz
PORT=22
RPATH=/opt/stdb-web/stdb
LPATH=./
rsync -avu -e "ssh -p $PORT" $LPATH $RUSER@$RHOST:$RPATH \
--exclude=node_modules --exclude=.git \
--exclude=*.sh --exclude=.DS_Store
Loading…
Cancel
Save