How can I copy a folder structure from one server to another keeping the same owner and file permissions?
Tell me more
×
Unix & Linux Stack Exchange is a question and answer site for
users of Linux, FreeBSD and other Un*x-like operating systems.. It's 100% free, no registration required.
How can I copy a folder structure from one server to another keeping the same owner and permissions?
|
|
Using -a option with the rsync command you can transfer the file between server under same ownership and perm. Synchronise between local and remote server
Synchronise between local and remote over ssh.
|
|||
|
|