Hi all,
Why is that every time I use rsync command the group owner of destination folder gets changed to wheel?
it happens in either push or pull configuration.
My goal is to transfer the files from a synology nas to a freenas server.
This is what I've done so far:
1. Created a freenas user called rsyncbackup
2. Crested a dataset called test
3. Created a group called vectorstaff
4. Set rsyncbackup as owner of test and Vestorstaff as group owner of test
5.created a folder called backup under test (test/backup)
The permissions of backup folder before running rsync are these:
after running rsync they look like these:
any idea why? and furthermore, how can I avoid this situation?
TIA.
Why is that every time I use rsync command the group owner of destination folder gets changed to wheel?
it happens in either push or pull configuration.
My goal is to transfer the files from a synology nas to a freenas server.
This is what I've done so far:
1. Created a freenas user called rsyncbackup
2. Crested a dataset called test
3. Created a group called vectorstaff
4. Set rsyncbackup as owner of test and Vestorstaff as group owner of test
5.created a folder called backup under test (test/backup)
The permissions of backup folder before running rsync are these:
drwxrwxr-x 2 rsyncbackup VectorStaff 3 Aug 9 13:39 backup
after running rsync they look like these:
d--------- 2 rsyncbackup wheel 3 Aug 9 13:39 backup
any idea why? and furthermore, how can I avoid this situation?
TIA.