Browse Source

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

Colin Powell 6 months ago
parent
commit
851ec4a772
1 changed files with 2 additions and 2 deletions
  1. 2 2
      bash/.aliases

+ 2 - 2
bash/.aliases

@@ -13,8 +13,8 @@ alias pull="git pull --rebase --autostash"
 alias push="git push"
 alias push="git push"
 alias asso="aws sso login --profile $*"
 alias asso="aws sso login --profile $*"
 alias qaeks="aws eks update-kubeconfig --name farmers-qa-k8s-use1 --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 chglg="git add ./changelog/ && git commit -m 'Add changelog' && git push"
 alias surepayment="portforward 5001"
 alias surepayment="portforward 5001"
 alias sureroc="portforward 5002"
 alias sureroc="portforward 5002"