updated syncheavy back to heavydeb

This commit is contained in:
Mike G 2025-02-21 20:20:45 -05:00
parent b70af27bfa
commit 3da5678504

View file

@ -3,7 +3,7 @@ alias mountwww="sudo mount -t nfs manjarodesktop:/home/mg/www /mnt/www"
alias mountns="sudo mount -t nfs manjarodesktop:/mnt/TerraBeef/NetShare /mnt/manjaroshare"
alias sshcloud="ssh -p 1919 emge@95.217.8.112"
alias config="/usr/bin/git --git-dir=$HOME/.cfg/ --work-tree=$HOME"
alias syncheavy="rsync -azP -e 'ssh -p 1919' --no-perms --no-owner --no-group --no-times --delete /home/emge/Development/11ty-projects/heavy-rocks/_site/ emge@37.27.192.252:/srv/http/"
alias syncheavy="rsync -azP -e 'ssh -p 1919' --no-perms --no-owner --no-group --no-times --delete /home/emge/Development/11ty-projects/heavy-rocks/_site/ emge@95.217.216.54:/var/www/heavy.rocks/"
alias s!="sudo systemctl"
alias portcheck="sudo lsof -i -P -n | grep LISTEN"
alias pubip="dig +short myip.opendns.com @resolver1.opendns.com"