search for: rsync_client

Displaying 3 results from an estimated 3 matches for "rsync_client".

Did you mean: dsync_client
2016 Jun 08
2
Rights issue on GPO
...samba/sysvol/ad.domain.tld/scripts read only = No [sysvol] path = /var/lib/samba/sysvol read only = No That's the same on all DC. We synchronize sysvol directory using rsync with the following command: rsync -XAavz --delete-after --password-file=/var/lib/samba/private/rsync_client.secret rsync://sysvol-replication at dc200/SysVol/ /var/lib/samba/sysvol/ And we get issue with Linux ACLs: they are not the same because some BUILTIN users and/or groups do not have same id mapping on all DC. How to force all DC to get same id mapping? Using "acl_xattr:ignore system acls =...
2016 Jun 09
0
Rights issue on GPO
...nly = No > > [sysvol] > path = /var/lib/samba/sysvol > read only = No > > That's the same on all DC. > > We synchronize sysvol directory using rsync with the following command: > rsync -XAavz --delete-after > --password-file=/var/lib/samba/private/rsync_client.secret > rsync://sysvol-replication at dc200/SysVol/ /var/lib/samba/sysvol/ > > And we get issue with Linux ACLs: they are not the same because some > BUILTIN users and/or groups do not have same id mapping on all DC. > > How to force all DC to get same id mapping? > > Using...
2020 Oct 05
0
Getting error code 12 when using rsync with ssh in RHEL 8
...ed all the steps such as 1. Checking if the disk space if full ( it wasn't) 2. Recreate the key value pair and setup the password-less ssh scenario. One observation I had was when I disabled the selinux enforcing, it started to work. But even if it had been enforced, I did add an exception for rsync_client and rsync_full_access which should have taken care of the rsync operations. I've tried the remedies mentioned in the manpages and even the internet but the actual root cause still eludes me as to why it doesn't work in selinux enforced mode if I had set the access. Thank you in advance to...