From 0d5f6c222e07444e082da0b815a63a64266cad68 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jorge=20V=C3=A1squez=20P=C3=A9rez?= Date: Wed, 23 Dec 2020 08:59:07 -0800 Subject: [PATCH] ysync now shows progress --- ysync.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ysync.sh b/ysync.sh index 1cf9487..e4b33cf 100755 --- a/ysync.sh +++ b/ysync.sh @@ -1,2 +1,2 @@ #!/usr/bin/bash -rsync --partial --size-only -ruav $1 $2 +rsync --partial --progress --size-only -ruav $1 $2