summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2023-03-22 14:47:49 -0700
committerSean Whitton <spwhitton@spwhitton.name>2023-03-22 17:47:59 -0700
commitb8368dae3cc53f9990bf7e4d5bd85edf7dcc608f (patch)
tree4693df9953bff0fa22ab56d318e839ea91060a44
parent451ebaae28090585697622fe38b55f488ae8be7e (diff)
downloaddotfiles-b8368dae3cc53f9990bf7e4d5bd85edf7dcc608f.tar.gz
add arsync shell alias
This is also implicit documentation for the meaning of the 'x' in 'axrsync'.
-rw-r--r--.shinit1
1 files changed, 1 insertions, 0 deletions
diff --git a/.shinit b/.shinit
index b5ef546e..c4fe095d 100644
--- a/.shinit
+++ b/.shinit
@@ -24,6 +24,7 @@ alias rld="git diff @{1}..@{0}"
alias athvpn="sshuttle -r athena 0/0 --dns"
alias grepcopy="grep --color=always -Eir '(copyright|©)' * | less -R"
alias dlp="lp -o sides=two-sided-long-edge"
+alias arsync="rsync -aSHAXc --partial --numeric-ids --info=progress2"
alias axrsync="rsync -aSHAXxc --partial --numeric-ids --info=progress2"
upenv () {