At 08:16 10/22/2003, you wrote:
# cp -prx /var/* /user

FYI, I do this with "rsync -av /var/* /user/"


Note the trailing slash on user, so it puts all those things _inside_ the directory. The "-a" for archive on rsync does a lot, including preserve ownership and permissions.


-- Rodolfo J. Paiz [EMAIL PROTECTED]


-- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://www.redhat.com/mailman/listinfo/redhat-list

Reply via email to