df,yourtilde.com,ctrl-c.club
This commit is contained in:
parent
de558ef35b
commit
52a52776a6
2 changed files with 12 additions and 7 deletions
|
@ -20,21 +20,22 @@ HOSTS = (
|
||||||
('rwx.work', 'https://blog.rwx.work'),
|
('rwx.work', 'https://blog.rwx.work'),
|
||||||
('envs.net', 'https://mspe.envs.net'),
|
('envs.net', 'https://mspe.envs.net'),
|
||||||
('tilde.team', 'https://mspe.tilde.team'),
|
('tilde.team', 'https://mspe.tilde.team'),
|
||||||
('tildecities.com', 'https://mspe.tildecities.com'),
|
|
||||||
('tilde.institute', 'https://mspe.tilde.institute'),
|
('tilde.institute', 'https://mspe.tilde.institute'),
|
||||||
('fr.tild3.org', 'https://mspe.fr.tild3.org'),
|
('fr.tild3.org', 'https://mspe.fr.tild3.org'),
|
||||||
('radiofreqs.space', 'https://mspe.radiofreqs.space'),
|
('radiofreqs.space', 'https://mspe.radiofreqs.space'),
|
||||||
('remotes.club', 'https://mspe.remotes.club'),
|
('remotes.club', 'https://mspe.remotes.club'),
|
||||||
|
# ~
|
||||||
('theasylum.team', 'https://theasylum.team/~mspe'),
|
('theasylum.team', 'https://theasylum.team/~mspe'),
|
||||||
('thunix.net', 'https://thunix.net/~mspe'),
|
('thunix.net', 'https://thunix.net/~mspe'),
|
||||||
('summit.tildex.com', 'https://www.summit.tildex.com/~mspe'),
|
('summit.tildex.com', 'https://www.summit.tildex.com/~mspe'),
|
||||||
('tilde.club', 'https://tilde.club/~mspe'),
|
('tilde.club', 'https://tilde.club/~mspe'),
|
||||||
('tilde.town', 'https://tilde.town/~mspe'),
|
('tilde.town', 'https://tilde.town/~mspe'),
|
||||||
|
('yourtilde.com', 'https://yourtilde.com/~mspe'),
|
||||||
('tilde.pw', 'https://tilde.pw/~mspe'),
|
('tilde.pw', 'https://tilde.pw/~mspe'),
|
||||||
('aussies.space', 'https://aussies.space/~mspe'),
|
('aussies.space', 'https://aussies.space/~mspe'),
|
||||||
('squiggle.city', 'https://squiggle.city/~mspe'),
|
('squiggle.city', 'https://squiggle.city/~mspe'),
|
||||||
|
# http
|
||||||
|
('ctrl-c.club', 'http://ctrl-c.club/~mspe'),
|
||||||
('rw.rs', 'http://rw.rs/~mspe'),
|
('rw.rs', 'http://rw.rs/~mspe'),
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
12
sync.sh
12
sync.sh
|
@ -4,6 +4,7 @@ DIRECTORY="$(dirname "${FILE}")"
|
||||||
|
|
||||||
OUT='output'
|
OUT='output'
|
||||||
|
|
||||||
|
function rs { echo; echo "→ ${2} @ ${3} : ${1}"; ssh -o 'LogLevel Error' -p ${1} "${2}@${3}" df -h .;}
|
||||||
function rs {
|
function rs {
|
||||||
echo "→ ${2} @ ${3} : ${1}"
|
echo "→ ${2} @ ${3} : ${1}"
|
||||||
rsync --verbose --progress \
|
rsync --verbose --progress \
|
||||||
|
@ -14,16 +15,12 @@ rsync --verbose --progress \
|
||||||
> /dev/null
|
> /dev/null
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
rs 22 'marc' 'envs.net' 'public_html'
|
rs 22 'marc' 'envs.net' 'public_html'
|
||||||
rs 22 'mspe' 'envs.net' 'public_html'
|
rs 22 'mspe' 'envs.net' 'public_html'
|
||||||
|
|
||||||
rs 22 'marc' 'tilde.team' 'public_html'
|
rs 22 'marc' 'tilde.team' 'public_html'
|
||||||
rs 22 'mspe' '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 'marc' 'tilde.institute' 'public_html'
|
||||||
rs 22 'mspe' '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 'marc' 'remotes.club' 'web'
|
||||||
rs 9022 'mspe' 'remotes.club' 'web'
|
rs 9022 'mspe' 'remotes.club' 'web'
|
||||||
|
|
||||||
|
# ~
|
||||||
|
|
||||||
rs 22 'mspe' 'theasylum.team' 'public_html'
|
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 'marc' 'tilde.town' 'public_html'
|
||||||
rs 22 'mspe' '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 'marc' 'tilde.pw' 'public_html'
|
||||||
rs 22 'mspe' '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'
|
rs 22 'mspe' 'squiggle.city' 'public_html'
|
||||||
|
|
||||||
|
# http
|
||||||
|
|
||||||
|
rs 22 'mspe' 'ctrl-c.club' 'public_html'
|
||||||
|
|
||||||
rs 22 'mspe' 'rw.rs' 'public_html'
|
rs 22 'mspe' 'rw.rs' 'public_html'
|
||||||
|
|
Loading…
Reference in a new issue