diff options
| author | Robert Günzler <r@gnzler.io> | 2020-04-10 13:59:11 +0200 |
|---|---|---|
| committer | Robert Günzler <r@gnzler.io> | 2020-04-10 13:59:11 +0200 |
| commit | 72504e9645fd9705df728045649fa006b613c57e (patch) | |
| tree | a3e709f11ce2075efe999d8dfea390e4208533e8 /.profile | |
| parent | ff02a0eb8d42aa76cdce8fee01056de63cd26751 (diff) | |
Use human-readability level 3 for rsyncez
Diffstat (limited to '.profile')
| -rw-r--r-- | .profile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.profile b/.profile index 1966f72..b0572c1 100644 --- a/.profile +++ b/.profile @@ -43,7 +43,7 @@ alias vim=nvim alias l='exa --long --classify --group --header --group-directories-first' alias ..='cd ..' alias ssh='TERM=xterm-256color ssh' -alias rsyncez='rsync --verbose --archive --human-readable --partial --progress --stats --protect-args --rsh="ssh -o Compression=no"' +alias rsyncez='rsync --verbose --archive -hhh --partial --progress --stats --protect-args --rsh="ssh -o Compression=no"' alias webcam='mpv --profile=webcam av://v4l2:/dev/video0' alias balssh='ssh -p 22222 -o User=root -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null' alias balscp='scp -P 22222 -o User=root -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null' |