Pass -t to rsync to preserve timestamps.

This commit is contained in:
Joey Hess 2011-11-04 19:38:17 -04:00
parent 502f86604f
commit 0bb798e351
2 changed files with 3 additions and 0 deletions

View file

@ -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

1
debian/changelog vendored
View file

@ -24,6 +24,7 @@ git-annex (3.20111026) UNRELEASED; urgency=low
* Record uuid when auto-initializing a remote so it shows in status.
* Bugfix: Fixed git-annex init crash in a bare repository when there was
already an existing git-annex branch.
* Pass -t to rsync to preserve timestamps.
-- Joey Hess <joeyh@debian.org> Thu, 27 Oct 2011 13:58:53 -0400