Guys below are my rsync options i am using :-
rsync -PaRz --delete --delete-excluded --copy-unsafe-links --numeric-ids
I have omitted the -v and --stats i was using previously.
Now when i look in my log i still seem to get a list for each file
transfered. I only want to have the problem files listed here such as
permission denied etc. Any ideas?
log output
receiving file list ...
opendir(/export/home/<users>/.ssh): Permission denied
14 files to consider
export/
export/home/
export/home/<users>/
export/home/<users>/.ssh/
send_files failed to open /export/home/<users>/.Xauthority: Permission
denied
send_files failed to open /export/home/<users>/.bash_history: Permission
denied
export/home/<users>/.cshrc
361 100% 352.54kB/s 0:00:00 (xfer#1, to-check=8/14)
export/home/<users>/.profile
144 100% 2.99kB/s 0:00:00 (xfer#2, to-check=7/14)
export/home/<users>/local.cshrc
403 100% 4.10kB/s 0:00:00 (xfer#3, to-check=5/14)
export/home/<users>/local.cshrc.org
362 100% 2.45kB/s 0:00:00 (xfer#4, to-check=4/14)
export/home/<users>/local.login
75 100% 0.38kB/s 0:00:00 (xfer#5, to-check=3/14)
export/home/<users>/local.login.org
607 100% 2.38kB/s 0:00:00 (xfer#6, to-check=2/14)
export/home/<users>/local.profile
341 100% 1.10kB/s 0:00:00 (xfer#7, to-check=1/14)
export/home/<users>/local.profile.org
587 100% 1.61kB/s 0:00:00 (xfer#8, to-check=0/14)
sent 176 bytes received 2671 bytes 1138.80 bytes/sec
total size is 4833 speedup is 1.70
rsync error: some files could not be transferred (code 23) at
main.c(1298) [generator=2.6.8]