mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-04 16:49:22 +01:00
bash_aliases: added rdownload
ITt's rsync command which synchonices the remote folder to sync remote folder over SSH.
This commit is contained in:
parent
491daa6005
commit
2085c7053e
@ -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 "
|
||||
|
Loading…
Reference in New Issue
Block a user