On 02/01 04:49 , Mike Bernson wrote: > The system is has very little processing power or memory. I am using > tar to move file between unix hosts and the backup system. Passing > everything thought ssh is causing a lot of overhead. I would like to > create a new transport that using tar and open a port to stream the > tar file to the backup system. This would remove the overhead of ssh > from the transfer.
you could always replace ssh in the backup commands with rsh, if you were willing to install that on your client machines. that should accomplish about what you want. -- Carl Soderstrom Systems Administrator Real-Time Enterprises www.real-time.com ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 _______________________________________________ BackupPC-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/backuppc-users http://backuppc.sourceforge.net/
