On Wed, Apr 19, 2000 at 11:25:32PM -0700, Steve Lee wrote:
> does anyone know the commands that are similar to the: cp -af that
> I can invoke using scp. need to preserve ownership, permission, the
> whole thing.
I don't know any suitable options and can't check as this machine has no
scp, but one possible way to achieve this would be to tar the directory
you'd like to copy, copy it and untar it on the target system - should
preserve everything, I *think*. You might want to look into tar's
documentation, especially the -p switch (preserve).
HTH,
Thomas
--
"Look, Ma, no obsolete quotes and plain text only!"
Thomas Ribbrock | http://www.bigfoot.com/~kaytan | ICQ#: 15839919
"You have to live on the edge of reality - to make your dreams come true!"
--
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.