summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2021-12-10 20:12:03 +0100
committerJozanLeClerc <bousset.rudy@gmail.com>2021-12-10 20:12:03 +0100
commit6cc97f58be869455e46bb8ac079f874c08bda57a (patch)
tree04c99689857a2a55a3363995f0fe07ed0c618f5d
parentupdate (diff)
downloaddotfiles-bsd-6cc97f58be869455e46bb8ac079f874c08bda57a.tar.gz
dotfiles-bsd-6cc97f58be869455e46bb8ac079f874c08bda57a.tar.bz2
dotfiles-bsd-6cc97f58be869455e46bb8ac079f874c08bda57a.tar.xz
dotfiles-bsd-6cc97f58be869455e46bb8ac079f874c08bda57a.tar.zst
dotfiles-bsd-6cc97f58be869455e46bb8ac079f874c08bda57a.zip
link update
-rwxr-xr-x.local/bin/vps-update8
1 files changed, 4 insertions, 4 deletions
diff --git a/.local/bin/vps-update b/.local/bin/vps-update
index 08145de..ed81fe7 100755
--- a/.local/bin/vps-update
+++ b/.local/bin/vps-update
@@ -1,10 +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@jozanofastora.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@jozanofastora.xyz:/usr/local/www/gitjoe &
rsync -rvhP --delete-after --exclude '.*' --exclude 'README.org' \
- "$HOME"/dev/web/jozan_gemini/ root@jozanleclerc.xyz:/usr/local/gemini &
+ "$HOME"/dev/web/jozan_gemini/ root@jozanofastora.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@jozanofastora.xyz:/root/scripts &