Pass -t to rsync to preserve timestamps.
This commit is contained in:
parent
502f86604f
commit
0bb798e351
2 changed files with 3 additions and 0 deletions
|
@ -35,6 +35,8 @@ rsyncServerParams =
|
|||
[ Param "--server"
|
||||
-- preserve permissions
|
||||
, Param "-p"
|
||||
-- preserve timestamps
|
||||
, Param "-t"
|
||||
-- allow resuming of transfers of big files
|
||||
, Param "--inplace"
|
||||
-- other options rsync normally uses in server mode
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue