diff options
Diffstat (limited to 'Utility/Rsync.hs')
-rw-r--r-- | Utility/Rsync.hs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Utility/Rsync.hs b/Utility/Rsync.hs index 09e7d8282..e03824239 100644 --- a/Utility/Rsync.hs +++ b/Utility/Rsync.hs @@ -33,8 +33,6 @@ rsyncServerReceive file = rsync $ rsyncServerParams ++ [File file] rsyncServerParams :: [CommandParam] rsyncServerParams = [ Param "--server" - -- preserve permissions - , Param "-p" -- preserve timestamps , Param "-t" -- allow resuming of transfers of big files |