A share from my Iomega NAS Drive is mounted to a local directory on my home server running CentOS 6.4 as /mnt/backup-drive using AutoFS and CIFS.
When I run the following command:
rsync -ruvz --no-o --no-g --delete "/root" "/mnt/backup-drive"
I receive the following output:
...
rsync: recv_generator: mkdir "/mnt/backup-drive/root/.gnupg" failed: Permission denied (13)
*** Skipping any contents from this failed directory ***
...
rsync: mkstemp "/mnt/backup-drive/root/..bash_profile.RBlhZj" failed: Permission denied (13)
...
etc etc and the folder "/mnt/backup-drive/root" remains completely empty. But when I use the same command to backup other directories, everything works great and smooth.
Hope that makes sense and help would be most welcome.