James,

I normally use a combination of ssh, sudo and tar to copy files with root
authorization from one system to the other:

cd  ${sourcedir}
sudo  tar  -cp  ${files}  |  ssh  ${targetsys}  sudo  tar  -C  ${targetdir}
-xpv

Ronald van der Laan

----------------------------------------------------------------------
For LINUX-390 subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390

Reply via email to