From 48ad841f56bb73da2734f571507ece7848615e61 Mon Sep 17 00:00:00 2001 From: David Luevano Alvarado Date: Wed, 3 Mar 2021 22:47:20 -0700 Subject: DELETE i3GAPS BLOCKS that I forgot, slightly changes to blog management tools --- .local/bin/lsync | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) (limited to '.local/bin/lsync') diff --git a/.local/bin/lsync b/.local/bin/lsync index 136e43e..533710d 100755 --- a/.local/bin/lsync +++ b/.local/bin/lsync @@ -1,25 +1,10 @@ #!/bin/sh # Push to luevano.xyz -# This pushes everything! (except for blog, since it needs a bit mor management) +# This pushes everything! (except for blog, 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/ lzr:/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/ lzr:/var/www/blog/ - -# Only static.luevano.xyz. -# echo "rsync: pushing (U) local (lz) to webserver (lzserver). (luevano.xyz)" -# rsync -rtuvP --delete-after $HOME/dox/www/luevano.xyz/static/ lzr:/var/www/static/ - -# Only luevano.xyz. -# echo "rsync: pushing (U) local (lz) to webserver (lzserver). (luevano.xyz)" -# rsync -rtuvP --delete-after $HOME/dox/www/luevano.xyz/luevano/ lzr:/var/www/luevano/ - -# Only gb.luevano.xyz. -# echo "rsync: pushing (U) local (lz) to webserver (lzserver). (luevano.xyz)" -# rsync -rtuvP --delete-after $HOME/dox/www/luevano.xyz/gb/ lzr:/var/www/gb/ - -# echo "rsync: pulling (U) webserver (lzserver) to local (lz)." -# rsync -rtuvP lzr:/var/www/luevano/ $HOME/dox/www/luevano -- cgit v1.2.3-70-g09d2