I'm rsyncing some directories to an offsite machine for backup purposes
and am running into some problems with permissions. I'd like to keep the
same owner,group and permissions on each file rsync'd. I've tried

rsync -a {src} [EMAIL PROTECTED]:/{dest}

and

rsync -pog {src} [EMAIL PROTECTED]:/{dest}

and the owner always gets changed to "daemon" and the group to "users".
The file permissions seem to be preserved with either option set. What do
I need to keep the same owner,group?

Thanks,

Ed





-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to