Tar acroos servers
I need to copy with date and time stamps intact (tar) from one server to another. I believe the command is: tar cf - fromdir | (cd todir;tar xfp - ).One server is in the NIS but the other server is not. When I try to mount from the server on NIS, I get Permission denied. What gives?