From 851ec4a77268bfff37584ef367d4657569f5e6e2 Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Thu, 31 Oct 2024 10:17:21 -0400 Subject: [PATCH] [bash] Update aliases for bookpull to only update newer files --- bash/.aliases | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bash/.aliases b/bash/.aliases index 8c66a5a..a540238 100644 --- a/bash/.aliases +++ b/bash/.aliases @@ -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"