diff --git a/sync b/sync index 1016ee5..d57b506 100755 --- a/sync +++ b/sync @@ -6,16 +6,19 @@ OUT='output' function rs { echo ; echo -echo "→ ${1} @ ${2}" +echo "→ ${2} @ ${3} : ${1}" echo rsync --verbose --progress \ +--rsh "ssh -p ${1}" \ --archive --checksum --delete-before \ "${DIRECTORY}/${OUT}/" \ -"${1}@${2}:${3}/" +"${2}@${3}:${4}/" } -rs 'user' 'rwx.work' '/ssd/projects/public/rwx.work/blog' -rs 'marc' 'envs.net' 'public_html' -rs 'marc' 'tilde.team' 'public_html' -rs 'marc' 'tildecities.com' 'public_html' -rs 'marc' 'tilde.institute' 'public_html' +rs 22 'user' 'rwx.work' '/ssd/projects/public/rwx.work/blog' +rs 22 'marc' 'envs.net' 'public_html' +rs 22 'marc' 'tilde.team' 'public_html' +rs 22 'marc' 'tildecities.com' 'public_html' +rs 22 'marc' 'tilde.institute' 'public_html' +# rs 22 'marc' 'radiofreqs.space' 'public_html' +rs 9022 'marc' 'remotes.club' 'web'