diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2022-01-09 00:40:19 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2022-01-09 00:40:19 +0100 |
commit | 0f7e0a4ab7054a472fb083171ec3712e0254bc1e (patch) | |
tree | 59dc8d74c9bddfd7c25724d27c9f691d5aa12317 /.local | |
parent | why was that threaded (diff) | |
download | dotfiles-bsd-0f7e0a4ab7054a472fb083171ec3712e0254bc1e.tar.gz dotfiles-bsd-0f7e0a4ab7054a472fb083171ec3712e0254bc1e.tar.bz2 dotfiles-bsd-0f7e0a4ab7054a472fb083171ec3712e0254bc1e.tar.xz dotfiles-bsd-0f7e0a4ab7054a472fb083171ec3712e0254bc1e.tar.zst dotfiles-bsd-0f7e0a4ab7054a472fb083171ec3712e0254bc1e.zip |
typo
Diffstat (limited to '')
-rwxr-xr-x | .local/bin/vps-update | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/vps-update b/.local/bin/vps-update index a30f73a..9bd5d6d 100755 --- a/.local/bin/vps-update +++ b/.local/bin/vps-update @@ -4,7 +4,7 @@ rsync -urvhP --delete-after --exclude '.*' --exclude 'README.org' \ "$HOME"/dev/web/jozanleclerc.xyz/ root@jozanofastora.xyz:/usr/local/www/jozan rsync -urvhP --exclude '.*' --exclude 'README.org' \ "$HOME"/dev/web/gitjoe/ root@jozanofastora.xyz:/usr/local/www/gitjoe -rsync -rvhP --delete-after --exclude '.*' --exclude 'README.org' \ +rsync -urvhP --delete-after --exclude '.*' --exclude 'README.org' \ "$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@jozanofastora.xyz:/root/scripts |