Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

[Samba] Bidirectional Rsync/Unison based SysVol replication workaround

38 views
Skip to first unread message

Leonidch via samba

unread,
Mar 20, 2017, 11:40:03 AM3/20/17
to
Hi

I use /usr/bin/rsync -XAavz --log-file /var/log/sysvol-sync.log
--delete-after -f"+ */" -f"- *" /var/lib/samba/sysvol
root@DC2:/var/lib/samba && /usr/bin/unison &> /dev/null

and works ok

but not working with crontab

*/5 * * * * root /usr/bin/rsync -XAavz --log-file
/var/log/sysvol-sync.log --delete-after -f"+ */" -f"- *"
/var/lib/samba/sysvol root@DC2:/var/lib/samba && /usr/bin/unison &>
/dev/null




--
To unsubscribe from this list go to the following URL and read the
instructions: https://lists.samba.org/mailman/options/samba

L.P.H. van Belle via samba

unread,
Mar 20, 2017, 12:00:02 PM3/20/17
to
Hai,

Check your /root/.unison/default.prf file

This is what you should have and one of these is not correct

root = /var/lib/samba
root = ssh://root@DC2//var/lib/samba
path = sysvol


Greetz,

Louis


> -----Oorspronkelijk bericht-----
> Van: samba [mailto:samba-...@lists.samba.org] Namens Leonidch via
> samba
> Verzonden: maandag 20 maart 2017 16:38
> Aan: Samba List
> Onderwerp: [Samba] Bidirectional Rsync/Unison based SysVol replication
> workaround

L.P.H. van Belle via samba

unread,
Mar 20, 2017, 12:10:04 PM3/20/17
to

Ps. This is what im using.

# sync during office hours.
*/5 7-18 * * 1,2,3,4,5 root /usr/bin/rsync -XAavz --log-file /var/log/sysvol-sync.log --delete-after -f"+ */" -f"- *" /var/lib/samba/sysvol ro...@192.168.249.212:/var/lib/samba && /usr/bin/unison &> /dev/null

If you checked the unison file, test as followed.

/usr/bin/rsync -XAavz --log-file /var/log/sysvol-sync.log \
--delete-after -f"+ */" -f"- *" /var/lib/samba/sysvol \
root@DC2:/var/lib/samba

and then run
/usr/bin/unison


Greetz,

Louis


> -----Oorspronkelijk bericht-----
> Van: samba [mailto:samba-...@lists.samba.org] Namens L.P.H. van Belle
> via samba
> Verzonden: maandag 20 maart 2017 16:54
> Aan: sa...@lists.samba.org
> Onderwerp: Re: [Samba] Bidirectional Rsync/Unison based SysVol replication
0 new messages