John Dunbar wrote: > I'm just about complete with a migration to 2.0 with everything working > other than replication. I see it's trying to use rsync, which is blocked > on > our firewalls, how do I force it to rsync over SSH? > Getting rsync open on our firewalls isn't an option.
Very easy. Take a look at the -e option rsync -e "ssh -l userid" hostname:/path/to/source /path/to/destination Good luck. Sheryl _______________________________________________ cobbler mailing list [email protected] https://fedorahosted.org/mailman/listinfo/cobbler
