df,yourtilde.com,ctrl-c.club

This commit is contained in:
Marc Beninca 2020-06-12 12:45:32 +02:00
parent de558ef35b
commit 52a52776a6
2 changed files with 12 additions and 7 deletions

12
sync.sh
View file

@ -4,6 +4,7 @@ DIRECTORY="$(dirname "${FILE}")"
OUT='output'
function rs { echo; echo "${2} @ ${3} : ${1}"; ssh -o 'LogLevel Error' -p ${1} "${2}@${3}" df -h .;}
function rs {
echo "${2} @ ${3} : ${1}"
rsync --verbose --progress \
@ -14,16 +15,12 @@ rsync --verbose --progress \
> /dev/null
}
rs 22 'marc' 'envs.net' 'public_html'
rs 22 'mspe' 'envs.net' 'public_html'
rs 22 'marc' 'tilde.team' 'public_html'
rs 22 'mspe' 'tilde.team' 'public_html'
rs 22 'marc' 'tildecities.com' 'public_html'
rs 22 'mspe' 'tildecities.com' 'public_html'
rs 22 'marc' 'tilde.institute' 'public_html'
rs 22 'mspe' 'tilde.institute' 'public_html'
@ -35,6 +32,7 @@ rs 22 'mspe' 'radiofreqs.space' 'public_html'
rs 9022 'marc' 'remotes.club' 'web'
rs 9022 'mspe' 'remotes.club' 'web'
# ~
rs 22 'mspe' 'theasylum.team' 'public_html'
@ -49,6 +47,9 @@ rs 22 'mspe' 'tilde.club' 'public_html'
rs 22 'marc' 'tilde.town' 'public_html'
rs 22 'mspe' 'tilde.town' 'public_html'
rs 22 'marc' 'yourtilde.com' 'public_html'
rs 22 'mspe' 'yourtilde.com' 'public_html'
rs 22 'marc' 'tilde.pw' 'public_html'
rs 22 'mspe' 'tilde.pw' 'public_html'
@ -57,5 +58,8 @@ rs 22 'mspe' 'aussies.space' 'public_html'
rs 22 'mspe' 'squiggle.city' 'public_html'
# http
rs 22 'mspe' 'ctrl-c.club' 'public_html'
rs 22 'mspe' 'rw.rs' 'public_html'