This is probably a permission problem, but I can't get the solution.
I am designing a NAS4Free backup server and I am testing rsync from a windows 7 client.
The script is the following
Code: Select all
rsync -avz --delete /cygdrive/F/Backup/D83_2012-Jan/ ggadmin@nas4free:/mnt/RAID1A/ggadmin/Backup/D83_2012-Jan/ >>/home/ggadmin/gglog.txt 2>>/home/ggadmin/gglog.txtCode: Select all
sending incremental file list
rsync: failed to set times on "/mnt/RAID1A/ggadmin/Backup/D83_2012-Jan/.": Operation not permitted (1)
./
rsync: recv_generator: mkdir "/mnt/RAID1A/ggadmin/Backup/D83_2012-Jan/gabriel" failed: Permission denied (13)
*** Skipping any contents from this failed directory ***
gabriel/It must be simple but I do can't see it. Does somebody can ?
