sync.sh 66 B

123
  1. #!/bin/bash
  2. /usr/bin/rsync -v -P -t -r --bwlimit=200000 $1/* $2;