Skip to content
Snippets Groups Projects
Commit 90f41640 authored by Jörg Sachse's avatar Jörg Sachse
Browse files

feat: use --archive flag for rscp alias

parent a8d713a5
No related branches found
No related tags found
No related merge requests found
...@@ -22,4 +22,4 @@ alias wget='wget -c' # continue downloads in case of problems ...@@ -22,4 +22,4 @@ alias wget='wget -c' # continue downloads in case of problems
alias disapprove='echo ಠ_ಠ' alias disapprove='echo ಠ_ಠ'
alias ports='netstat -tulanp' alias ports='netstat -tulanp'
alias t='(tmux has-session 2>/dev/null && tmux attach) || (tmux new-session)' alias t='(tmux has-session 2>/dev/null && tmux attach) || (tmux new-session)'
alias rscp='rsync -P -rsh=ssh' alias rscp='rsync --archival --verbose --partial -rsh=ssh'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment