On 12 Mar 2002, "C.Zimmermann" <[EMAIL PROTECTED]> wrote:
> The command I am using is:
> 
> rsync -avx --hard-links --links --ignore-errors  --perms --devices
> 
> and the permissions on the source are not appearing on the destination
> and the destination ssh-account has no root-rights.

Perhaps you mean that the file ownership is not the same on the
destination machine?

On most Unix systems, only root can change the ownership of a file.
rsync cannot get around this restriction.  So if you need to transfer
files owned by multiple users and have the permissions be the same,
then you must make the destination ssh account be root.

Similarly only root can create device nodes.  --devices cannot do
anything unless the destination runs as root.

Best regards,
-- 
Martin 

-- 
To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.tuxedo.org/~esr/faqs/smart-questions.html

Reply via email to