summaryrefslogtreecommitdiffstats
path: root/.local
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2021-02-10 04:58:32 +0100
committerJozanLeClerc <bousset.rudy@gmail.com>2021-02-10 04:58:32 +0100
commit967db6c7a1c3b3ef405b241336b394f76ef9aedd (patch)
treee7c8cf3526147f2e253cbc6c605c6a04bedc2743 /.local
parentNot quite working (diff)
downloaddotfiles-bsd-967db6c7a1c3b3ef405b241336b394f76ef9aedd.tar.gz
dotfiles-bsd-967db6c7a1c3b3ef405b241336b394f76ef9aedd.tar.bz2
dotfiles-bsd-967db6c7a1c3b3ef405b241336b394f76ef9aedd.tar.xz
dotfiles-bsd-967db6c7a1c3b3ef405b241336b394f76ef9aedd.tar.zst
dotfiles-bsd-967db6c7a1c3b3ef405b241336b394f76ef9aedd.zip
Update
Diffstat (limited to '')
-rwxr-xr-x.local/bin/vps-update8
1 files changed, 5 insertions, 3 deletions
diff --git a/.local/bin/vps-update b/.local/bin/vps-update
index 9f2729a..08145de 100755
--- a/.local/bin/vps-update
+++ b/.local/bin/vps-update
@@ -1,8 +1,10 @@
#!/usr/local/bin/dash
rsync -urvhP --delete-after --exclude '.*' --exclude 'README.org' \
- "$HOME"/dev/web/jozanleclerc.xyz/ root@jozanleclerc.xyz:/usr/local/www/jozan
+ "$HOME"/dev/web/jozanleclerc.xyz/ root@jozanleclerc.xyz:/usr/local/www/jozan &
rsync -urvhP --exclude '.*' --exclude 'README.org' \
- "$HOME"/dev/web/gitjoe/ root@jozanleclerc.xyz:/usr/local/www/gitjoe
+ "$HOME"/dev/web/gitjoe/ root@jozanleclerc.xyz:/usr/local/www/gitjoe &
+rsync -rvhP --delete-after --exclude '.*' --exclude 'README.org' \
+ "$HOME"/dev/web/jozan_gemini/ root@jozanleclerc.xyz:/usr/local/gemini &
rsync -urvhP --delete-after --exclude '.*' --exclude 'README.org' --exclude 'LICENSE' \
- "$HOME"/dev/perl/serv-scripts/ root@jozanleclerc.xyz:/root/scripts
+ "$HOME"/dev/perl/serv-scripts/ root@jozanleclerc.xyz:/root/scripts &