From 1de8da6fadc96814fc8d589609dcc62af91da90d Mon Sep 17 00:00:00 2001 From: DazAh <9095216+DazAh@users.noreply.github.com> Date: Thu, 17 Oct 2019 11:19:10 +0100 Subject: [PATCH] modified: executable_dot_musicsync.sh.tmpl - progress bar overall --- executable_dot_musicsync.sh.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/executable_dot_musicsync.sh.tmpl b/executable_dot_musicsync.sh.tmpl index 309e960..6cf9ec2 100644 --- a/executable_dot_musicsync.sh.tmpl +++ b/executable_dot_musicsync.sh.tmpl @@ -1,7 +1,7 @@ #!/usr/bin/sh #Rsync Music from server to local HDD. -rsync -azhP --info=progress2 --stats "{{ .musicsyncpath }}" /mnt/HDD2/Music -s --delete +rsync -azhP --info=progress2 --no-inc-recursive --stats "{{ .musicsyncpath }}" /mnt/HDD2/Music -s --delete if [ $? -eq 0 ]; then echo "Sync Complete" else