Forum: Cfengine Help Subject: Re: remote_copy does not overwrite file Author: Seva Gluschenko Link to topic: https://cfengine.com/forum/read.php?3,17684,17685#msg-17685
Take a look at "compare" option of the copy_from body. Perhaps, you should add the following: compare => "digest"; Usually "mtime" method suffices, but if your managed server has clocks far in the future, weird things can happen. The behaviour you've described is normal if you have compare option set to "exists". _______________________________________________ Help-cfengine mailing list [email protected] https://cfengine.org/mailman/listinfo/help-cfengine
