ssh/loglevel
This commit is contained in:
parent
b47a782aac
commit
ea375601e0
1 changed files with 1 additions and 1 deletions
2
sync.sh
2
sync.sh
|
@ -9,7 +9,7 @@ echo ; echo
|
|||
echo "→ ${2} @ ${3} : ${1}"
|
||||
echo
|
||||
rsync --verbose --progress \
|
||||
--rsh "ssh -p ${1}" \
|
||||
--rsh "ssh -o 'LogLevel Error' -p ${1}" \
|
||||
--archive --checksum --delete-before \
|
||||
"${DIRECTORY}/${OUT}/" \
|
||||
"${2}@${3}:${4}/"
|
||||
|
|
Loading…
Reference in a new issue