haproxy sync_from_smeagol.sh

From elyograg, 7 Months ago, written in Bash, viewed 37 times.
URL https://paste.elyograg.org/view/53f9a03e Embed
Download Paste or View Raw
  1. #!/bin/sh
  2.  
  3. REM_HOST=$1
  4.  
  5. if [ -z "$REM_HOST" ]; then
  6.   REM_HOST=smeagol.elyograg.org
  7. fi
  8.  
  9. rsync -avHP --delete $REM_HOST:/usr/local/src/ /usr/local/src/
  10.  

Reply to "haproxy sync_from_smeagol.sh"

Here you can reply to the paste above