bash_aliases: added rdownload

ITt's rsync command which synchonices the remote folder to sync remote folder over SSH.
This commit is contained in:
Mika Suomalainen 2011-09-03 17:10:14 +03:00
parent 491daa6005
commit 2085c7053e
1 changed files with 3 additions and 0 deletions

View File

@ -63,3 +63,6 @@ alias torsocks="proxychains "
# Because I have so many proxyc aliasses and some people want to access proxychains quickly.
alias proxyc="proxychains "
# Downloads folder over SSH. Usage: rdownload <host>:<remotefolder> <local_destination> | TIP: use ~/ssh/config to configure hosts.
alias rdownload="rsync -avz "