]> Frank Brehm's Git Trees - profitbricks/jenkins-build-scripts.git/commit
liveboot_rsync: don't use archive option for rsync
authorMathias Klette <mathias.klette@profitbricks.com>
Wed, 8 May 2013 17:31:31 +0000 (19:31 +0200)
committerMathias Klette <mathias.klette@profitbricks.com>
Wed, 8 May 2013 17:31:31 +0000 (19:31 +0200)
commit4e88b267a48a34075e4adf17f911be18b4907cab
tree6aa41f349a3df741ec557918ad8a42dc96816c3b
parent261b4c5e9ea034165060e6d3a374f6a1aba7b830
liveboot_rsync: don't use archive option for rsync

liveboot_rsync facilitates rsync module whileas dcmanager uses
a dedicated user to sync files via SSH. this causes rsync daemon
on mgmt1 to reset permissions in such a way that dcmanager isn't
capable of resetting the mtime value of "." (parent directory of
destination) and hence throws error in UI. dcmanager doesn't use
the same rsync options (yet), which could make sense to have both
sources operating the same way.
liveboot_rsync.sh