diff options
| author | David Luevano Alvarado <david@luevano.xyz> | 2021-03-03 22:47:20 -0700 |
|---|---|---|
| committer | David Luevano Alvarado <david@luevano.xyz> | 2021-03-03 22:47:20 -0700 |
| commit | 48ad841f56bb73da2734f571507ece7848615e61 (patch) | |
| tree | a2eb2fb31cf232fe5479489324b57a6dd573451e /.local/bin/lsync | |
| parent | 3aea44014574efbb1fc7a2696ee1ee74c40fa95f (diff) | |
DELETE i3GAPS BLOCKS that I forgot, slightly changes to blog management tools
Diffstat (limited to '.local/bin/lsync')
| -rwxr-xr-x | .local/bin/lsync | 17 |
1 files changed, 1 insertions, 16 deletions
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 |
