Y
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
halisaurus
3995 days ago
But now you can't use scp, right? Or did you alias that too?
link
runejuhl
3995 days ago
Just prepend the command with `\`, that disables aliases.
link
namtrac
3995 days ago
Well in zsh running =scp would run /usr/bin/scp not the alias.
link