From da7d85855807e8bcd671bdb50d5e5102d530e5a9 Mon Sep 17 00:00:00 2001 From: VectorKappa Date: Thu, 11 Aug 2022 15:11:20 +0200 Subject: [PATCH] Modified the `backup` alias to include statistics --- zsh/.aliases | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsh/.aliases b/zsh/.aliases index a0e16da..850ed60 100644 --- a/zsh/.aliases +++ b/zsh/.aliases @@ -62,7 +62,7 @@ alias urlencode='python -c "import sys, urllib as ul; print ul.quote_plus(sys.ar alias ding="tput bel" # Backs files up using rsync, not preserving linux perms (for external drives) -alias backup="rsync -vrltD --progress" +alias backup="rsync -vrltD --progress --stats" # Intuitive map function # For example, to list all directories that contain a certain file: # find . -name .gitattributes | map dirname