From b0e74f698c5ca9f9104c6ac69c478ee1ec274e0f Mon Sep 17 00:00:00 2001 From: David Luevano Alvarado Date: Sat, 19 Jun 2021 01:45:35 -0600 Subject: update config --- .local/bin/lsync | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to '.local/bin/lsync') diff --git a/.local/bin/lsync b/.local/bin/lsync index d414703..cbafacc 100755 --- a/.local/bin/lsync +++ b/.local/bin/lsync @@ -1,10 +1,14 @@ #!/bin/sh # Push to luevano.xyz -# This pushes everything! (except for blog, since it needs a bit more management) +# This pushes everything! (except for blog and art, since it needs a bit more management) echo "rsync: pushing (U) local (lz) to webserver (lzserver). (luevano.xyz)" -rsync -rtuvP --delete-after --exclude-from=$HOME/dox/www/luevano.xyz/.rsyncignore $HOME/dox/www/luevano.xyz/ luevanor:/var/www/ +rsync -rtuvPL --delete-after --exclude-from=$HOME/dox/www/luevano.xyz/.rsyncignore $HOME/dox/www/luevano.xyz/ luevanor:/var/www/ # This pushes the blog. echo "rsync: pushing (U) local (lz) to webserver (lzserver). (blog.luevano.xyz)" -rsync -rtuvP --delete-after $HOME/dox/www/luevano.xyz/blog/dst/ luevanor:/var/www/blog/ +rsync -rtuvPL --delete-after $HOME/dox/www/luevano.xyz/blog/dst/ luevanor:/var/www/blog/ + +# This pushes the art. +echo "rsync: pushing (U) local (lz) to webserver (lzserver). (art.luevano.xyz)" +rsync -rtuvPL --delete-after $HOME/dox/www/luevano.xyz/art/dst/ luevanor:/var/www/art/ -- cgit v1.2.3-70-g09d2