From f31796d7db54baa60306c4adcc5601eaea8d43ee Mon Sep 17 00:00:00 2001 From: David Runge Date: Thu, 13 Sep 2018 19:08:32 +0200 Subject: .zsh.after/functions.zsh: Make rsync output in backup_folder() human readable. Remove weird custom coloring foo. --- .zsh.after/functions.zsh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.zsh.after') diff --git a/.zsh.after/functions.zsh b/.zsh.after/functions.zsh index b089ff6..e2af147 100644 --- a/.zsh.after/functions.zsh +++ b/.zsh.after/functions.zsh @@ -203,13 +203,13 @@ ex2() { ## RSYNC backupinfo() { - log_cyan "INFO" rsync\ -r\ -n\ -t\ -p\ -o\ + -h\ -g\ -v\ --progress\ @@ -232,6 +232,7 @@ backupfolder() { -t\ -p\ -o\ + -h\ -g\ -v\ --progress\ -- cgit v1.2.3-54-g00ecf