Displaying 1 result from an estimated 1 matches for "xaauz".
Did you mean:
xaau
2016 Apr 21
0
Automatic sysvol replication through detection of filesystem events
...specification:
; $$ dollar sign
; $watched watched filesystem path (see above)
; $filename event-related file name
; $tflags event flags (textually)
; $nflags event flags (numerically)
; $cookie event cookie (integer used for matching move_from and move_to
events, otherwise 0)
command=/bin/rsync -XAauz --delete-after
--password-file=/usr/local/samba/etc/rsync-sysvol.secret
/usr/local/samba/var/sysvol/
rsync://sysvol-replication@[IP_OR_NAME_OF_DESTINATION_DC]/SysVol/
As you can see under the "events" section, we are monitoring creation,
deletion, modification and attribute changes...