We are looking into using a configuration mangement tool (like Salt or Puppet) to automate what is currently a lot of manual work. One requirement is that we have to distribute rather large files / directories to our servers (in sum about 400gb). In the future, we plan to update these files at least monthly, maybe weekly, therfore it would be nice if the process could be fully automated.
Searching online it looks like the usual CM tools are not made for handling large files. Do you know of any CM tool that is good at this task? And if not, what are other common solutions to the problem?
Thanks!
Edit, to clarify:
We want to use a CM tool for a lot of other things as well, not just to copy files. Therfore I was looking for a tool that can handle both tasks well.