[bash] Update aliases for bookpull to only update newer files

This commit is contained in:
2024-10-31 10:17:21 -04:00
parent c11d449053
commit 851ec4a772

View File

@ -13,8 +13,8 @@ alias pull="git pull --rebase --autostash"
alias push="git push"
alias asso="aws sso login --profile $*"
alias qaeks="aws eks update-kubeconfig --name farmers-qa-k8s-use1 --profile $*"
alias bookpull="rsync --ignore-existing -avzichP root@rhea.local:/tank/books/ ~/.calibre/"
alias bookpush="rsync --ignore-exsiting -avzichP ~/.calibre/ root@rhea.local:/tank/books/"
alias bookpull="rsync -aziuvhP root@rhea.local:/tank/books/ ~/.calibre/"
alias bookpush="rsync -aziuvhP ~/.calibre/ root@rhea.local:/tank/books/"
alias chglg="git add ./changelog/ && git commit -m 'Add changelog' && git push"
alias surepayment="portforward 5001"
alias sureroc="portforward 5002"