Can I do this?? (Regarding to server files manipulations)
Hello, ok now I'm on a RH Linux Enterprise server A.I want to transfer files from the other server B (RHLE as well) to server A, approx 200MB.
There's no CPanel/whatever installed, just do all via SSH.
There's a directory /home/DIR1 on server A, which contains all files need to be transfered. However there are some forums installed in that dir, which means users have set files'/dirs' permission like '777' or whatever inside.
I want to tar(or whatever compressing ways) the /home/DIR1 on server A, and from server B wget the file and un-compress it, but without changing the files permission, in other words, not changing anything (permissions, file structures, etc.)..
Is that possible and if so how may I do that? Thanks very much!!
Regards.