[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Rsync options



 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} user@{host}:/{dest}

and

rsync -pog {src} user@{host}:/{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






Reply to: