search for: lsyncd

Displaying 20 results from an estimated 51 matches for "lsyncd".

Did you mean: rsyncd
2013 May 22
1
getting problems with lsyncd.
Hello All, When i run lsyncd using *lsyncd -rsync /home/abc/source /home/abc/dest*then i am able to sync the two directories of the local system. But when i run using *lsyncd -rsync /home/abc/source 10.5.1.12:/home/abc/dest* where 10.5.1.12 is the ip address of the local machine then i am unable to sync the both directories on...
2018 Apr 28
4
sysvol files - 'The data area passed to a system call is too small'
On Fri, 27 Apr 2018 22:40:41 +0100 Jonathan Hunter via samba <samba at lists.samba.org> wrote: > OK - some more detail I have found in the meantime. > > I have compiled & ran listxattr, and I can now see a difference > between a working and a broken file: > > me at dc2:~/download $ > sudo ./listxattr /usr/local/samba/var/locks/sysvol/ >
2013 Dec 14
1
ZFS on Linux testing
On 12/14/2013, 04:00 , lists at benjamindsmith.com wrote: > We checked lsyncd out and it's most certainly an very interesting tool. > I*will* be using it in the future! > > However, we found that it has some issues scaling up to really big file > stores that we haven't seen (yet) with ZFS. > > For example, the first thing it has to do when it comes...
2018 Apr 28
0
sysvol files - 'The data area passed to a system call is too small'
.... turns out to not quite be so obvious after all, and it really might be X at fault :) I don't want to be too excited, because I have only just reconfigured things and tried it once.. but with a sample size of one, it does seem to work now! I have given up on my multi-master replication using lsyncd.. and instead I am running lsyncd only on DC1 (lsyncd uses inotify hooks to detect and then push out any changes to sysvol via rsync to the other DCs). This means that any sysvol / GPO changes need to be directed only against DC1 - which is not ideal - but I would much rather have GPOs working than...
2008 Oct 16
3
Alternatives to programmatically calling the rsync binary a lot
...ry structure to a remove system the moment they happen using the linux kernel watch feature. This is in our opinion much more elegant compared to invoking rsync every x seconds/minutes from cron, or having to use a special filesystem (a FUSEd mirror or even kernel native). The application is called lsyncd (live syncing demon) http://code.google.com/p/lsyncd/ For simplicity we just exec()ed the systems installed rsync binary to invoke rsync for a directory when a change happened in it. Now some users complained that this strategy involves a lot of forking on a vivid directory structure. Also we have...
2018 Apr 29
1
sysvol files - 'The data area passed to a system call is too small'
...ous after all, and it really might be X at > fault :) > > I don't want to be too excited, because I have only just reconfigured > things and tried it once.. but with a sample size of one, it does > seem to work now! > > I have given up on my multi-master replication using lsyncd.. and > instead I am running lsyncd only on DC1 (lsyncd uses inotify hooks to > detect and then push out any changes to sysvol via rsync to the other > DCs). This means that any sysvol / GPO changes need to be directed > only against DC1 - which is not ideal - but I would much rather ha...
2013 Nov 30
5
ZFS on Linux testing effort
Hey, http://zfsonlinux.org/epel.html If you have a little time and resource please install and report back any problems you see. A filesystem or Volume sits within a zpool a zpool is made up of vdevs vdevs are made up of block devices. zpool is similar to LVM volume vdev is similar to raid set devices can be files. Thanks, Andrew
2020 Oct 21
1
pattern geeks?
hi guys, I'm trying lsyncd with some patterns which should be just rsync's own patterns and I have these: rsync = {? _extra = { ??????? "--include=samba**", ??????? "--include=postfix**", ??????? "--include=openvpn**", ??????? "--include=strongswan**", ??????? "--include=http...
2018 Apr 29
1
sysvol files - 'The data area passed to a system call is too small'
...so obvious after all, and it really might be X at fault :) > > I don't want to be too excited, because I have only just reconfigured > things and tried it once.. but with a sample size of one, it does seem to > work now! > > I have given up on my multi-master replication using lsyncd.. and instead I > am running lsyncd only on DC1 (lsyncd uses inotify hooks to detect and then > push out any changes to sysvol via rsync to the other DCs). This means that > any sysvol / GPO changes need to be directed only against DC1 - which is > not ideal - but I would much rather ha...
2010 Nov 20
4
How to sync an exact list of files, Including deletes!?
Hello, I'm author of Lsyncd - the live syncing deamon - http://code.google.com/p/lsyncd/ - a daemon that uses Linux` inotify to watch for filesystem changes - aggregates them for a few seconds and then periodically calls rsync to transfer the changes to target(s). Version 1 was simply aware of directories only, and it called...
2011 Mar 01
0
Error when filters exclude all files from transfer
Hi I am using rsync in combination with lsyncd to do incremental backups. The following rsync command is being executed when lsyncd detects that files have changed: /usr/bin/rsync -lptgoDsz --filter=.\ /etc/rsync.filter -r --delete --force --from0 --files-from=- / rsynchead::school The file /etc/rsync.filter contains the following: + /home/...
2013 Aug 05
2
rsyncd: --temp-dir outside of module or target target
...rsyncd[3028]: rsync: mkstemp "/mnt/tst_vol_aws/sat_p_cache/mnt/tst_vol_aws/tmp/rsync//.80940_158427.5LDOmB" (in cache) failed: No such file or directory (2) It seems it tries to create --temp-dir inside the module or target path. That's not desired in my case as rsync is started via lsyncd which watches /mnt/tst_vol_aws/sat_p_cache/ for changes, so rsync doing temporary changes there would cause lsynd to spin in circles. The lsyncd documentation recommends to have --temp-dir outside, eg. in /tmp/. However, I fail to get that configured. I tried setting the module path to /mnt/tst_...
2017 Feb 09
2
Huge directory tree: Get files to sync via tools like sysdig
On Thu, 9 Feb 2017 10:55:51 +0100 Axel Kittenberger <axkibe at gmail.com> wrote: > > Has someone experience with collecting the changed files > > with a third party tool which detects which files were changed? > > I don't know of sysdig but am the developer of Lsyncd which does > exactly that, collect file changes via inotify event mechanism and > then calls rsync with a matching filter mask. > > However, since you say, your directory tree is hugh, the main issue > is that for every directory an inotify watch must be created, taking > about 1...
2015 May 10
2
sssd on a DC
...5 18:20, Jonathan Hunter wrote: >> Hi, >> >> I have a query about the use of sssd on a Samba4 DC. Background is as >> follows: >> >> I have two DCs and would like to synchronise files between the two >> machines. This is for sysvol replication - I am using lsyncd ( >> https://code.google.com/p/lsyncd/ ) to trigger an rsync whenever files >> change. >> >> However I have hit a predictable problem, which is that since there is >> no synchronised UID mapping between the two servers (they are both DCs >> so rid mapping won'...
2015 May 09
5
sssd on a DC
Hi, I have a query about the use of sssd on a Samba4 DC. Background is as follows: I have two DCs and would like to synchronise files between the two machines. This is for sysvol replication - I am using lsyncd ( https://code.google.com/p/lsyncd/ ) to trigger an rsync whenever files change. However I have hit a predictable problem, which is that since there is no synchronised UID mapping between the two servers (they are both DCs so rid mapping won't work), when I update a group policy using the Wind...
2017 Feb 10
1
Alternatives to rsync. Was: Huge directory tree: Get files to sync via tools like sysdig
Am 09.02.2017 um 16:21 schrieb Ben RUBSON: > >> On 09 Feb 2017, at 16:10, Thomas Güttler <guettliml at thomas-guettler.de> wrote: >> >> Am 09.02.2017 um 11:05 schrieb Ben RUBSON: >>>> On 09 Feb 2017, at 10:05, Thomas Güttler <guettliml at thomas-guettler.de> wrote: >>>> >>>> Hi, >>>> >>>> we have a huge
2020 Feb 04
1
[Bug 14262] New: add continuous sync mode using inotify/fanotify/etc
https://bugzilla.samba.org/show_bug.cgi?id=14262 Bug ID: 14262 Summary: add continuous sync mode using inotify/fanotify/etc Product: rsync Version: 3.1.3 Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 Component: core Assignee: wayne at opencoder.net
2011 Nov 17
1
What kind of error is 13?
...r figured out how I should tread error 13 from rsync, "Problem with diagnostics". My question is, is this a transient or permanent error? Or how seriously did something go wrong when rsync returns 13? I don't get much smarter reading the rsync source either. For reference this is for Lsyncd, which watches files with inotify and uses rsync to transmit changes to a slave. It compacts calls to rsync with filters so rsync has only to look at the files that changed etc: Here is the table of its exitcode: local rsync_exitcodes = { [ 0] = "ok", [ 1] = "die&qu...
2013 Jun 06
1
Asterisk HA
...ugh'ing the following links for HA, https://wiki.asterisk.org/wiki/display/TOP/Failover+-+Linux - which doesn't have file syncing. https://www.johncahill.net/wiki/index.php/2_Node_Active/Passive_cluster - this one has file syncing with pacemaker Any other HA applications available or the lsyncd with pacemaker is good? Regards -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20130606/36a6dcc0/attachment.htm>
2014 Oct 09
4
file system replication
Hi Everyone, I need to keep 2 systems identical. Mostly e-mail directories, web directories, mysql, etc. The goal here is to have a 2nd system ready to go it the first one starts to exhibit hardware issues. What are options to have this happen? I'm going out on a limb and thinking rsync but I haven't used it past just simple use cases. Can anyone provide some insight for me? CentOS