SOLVED when running rsync tools the files/folders are copied read only file system

Status
Not open for further replies.

GHANESAN

Dabbler
Joined
Mar 2, 2016
Messages
16
Dear Team,

We have two freenas server. One server for production and another one server for backup server.
In between two freenas server are running rsync process for backup. In backup freenas servers , we assigned windows users with full controll permissions in each departments datasets. But, when rsync the copy files from production to backup server. All files & folder shows read only files & folder. we using rsync command is " rsync -rv --stats --delete /mnt/testvol/ root@172.16.100.11::test". we need to copy all files from source to destination with same user permissions. kindly provide any soluation for this issues .

we tested below rsync commands also,
rsync -rvp --stats --delete /mnt/volumes/ root@ipaddress::bkpvolume
rsync -avz --stats --delete /mnt/volumes/ root@ipaddress::bkpvolume
rsync -avzAX --stats --delete /mnt/testvol/ root@172.16.100.11::test

when using above command, rsync error shows likes this
" some files/attrs were not transferred ( see previous errors) ( code : 23) at main.c(1053) [sender=3.0.9]

Thanks
Ghanesan N
 

Attachments

  • rsync errors.PNG
    rsync errors.PNG
    102.7 KB · Views: 462
Status
Not open for further replies.
Top