[bash] Update aliases for bookpull to only update newer files
This commit is contained in:
@ -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"
|
||||
|
||||
Reference in New Issue
Block a user