Displaying 1 result from an estimated 1 matches for "avuzhn".
Did you mean:
authn
2007 Dec 10
1
Different results depending on the user launching rsync
Hi
Exactly the same command shows different rsync results depending on the
user executing the rsync.
If I execute rsync as root I get a proper result but if I execute as
user_x there seems to be many files that require updating.
Here is the command I execute
/opt/local/bin/rsync -avuzhn --relative -e ssh
--exclude-from=/TT_TCM/SEA/scripts/LMI/backup_exclude_files_norelative.t
xt --rsync-path=/opt/local/bin/rsync /sea_bete_disk/LMI_IRELAND/
seaserv1lmi:
I'm using rsync version 2.6.9 protocol version 29.
I would appreciate someone pointing me in the right direction.
Has anyon...