Hello, Is anyone using rsync_project to collect log files from multiple remote servers?
Our remote server list is generated as a yaml file from central db. I use fabric to read in the list, assign each host to env.host_string, then run rsync_project to copy customized log file list from each server. Problem I experienced is rsync_project does not take value from host_string variable and keeps reporting no host defined. I can use os.system() to run rsync, but just wonder what I missed when use rsync_project. Thanks in advance, Carl _______________________________________________ Fab-user mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/fab-user
