Hacker News new | ask | show | jobs
by namtrac 3995 days ago
alias scp='rsync --archive --compress-level=3 --copy-links --partial --inplace --progress --rsh=ssh -r'
1 comments

But now you can't use scp, right? Or did you alias that too?
Just prepend the command with `\`, that disables aliases.
Well in zsh running =scp would run /usr/bin/scp not the alias.