diff --git a/bashrc b/bashrc index 3920ed0a..816cf791 100644 --- a/bashrc +++ b/bashrc @@ -294,6 +294,9 @@ alias sshguard-unban="sudo iptables -D sshguard " # This needs something which makes it easy to remember. alias KILL="killall -KILL " +# For locally rsync copying folder1 to folder2. +alias rsync-folder="rsync -azvv " + # Allow custom aliases to be put in .aliases or .bash_aliases . # .aliases diff --git a/zshrc b/zshrc index cdb213e7..b523d3b0 100644 --- a/zshrc +++ b/zshrc @@ -238,6 +238,9 @@ alias sshguard-unban="sudo iptables -D sshguard " # This needs something which makes it easy to remember. alias KILL="killall -KILL " +# For locally rsync copying folder1 to folder2. +alias rsync-folder="rsync -azvv " + # Allow custom aliases to be put in .aliases or .zsh_aliases . # .aliases