From 7c82cb564358f8623ea584f5bea1c17b8ac29e38 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sat, 29 Jul 2017 20:02:49 -0400 Subject: Rsync: Make rsync display less verbose. --- src/Propellor/Property/Rsync.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/Propellor/Property/Rsync.hs b/src/Propellor/Property/Rsync.hs index c7ff3287..d922e79f 100644 --- a/src/Propellor/Property/Rsync.hs +++ b/src/Propellor/Property/Rsync.hs @@ -46,7 +46,7 @@ newtype Pattern = Pattern String -- is found, the file is processed. syncDirFiltered :: [Filter] -> Src -> Dest -> Property (DebianLike + ArchLinux) syncDirFiltered filters src dest = rsync $ - [ "-av" + [ "-a" -- Add trailing '/' to get rsync to sync the Dest directory, -- rather than a subdir inside it, which it will do without a -- trailing '/'. -- cgit v1.3-2-g0d8e