csync2
csync2 copied to clipboard
file synchronization tool using librsync and current state databases
Any chance of a new release to pick up the latest fixes for version 2? Especially to include 999f153ae042910e2d8a79f749be66d4ca11296c which is the main problem we see from time to time.
Building rpm from supplied SPEC file fails due to missing doc file. RPM build errors: File not found: /root/rpmbuild/BUILDROOT/csync2-2.0-1.x86_64/usr/share/doc/csync2/README File not found: /root/rpmbuild/BUILDROOT/csync2-2.0-1.x86_64/usr/share/doc/csync2/AUTHORS The files exist, but the names contain...
Following up to a private email conversation with @lge.
Commit 36e738e fixed the name passed to dlopen for libsqlite3.so. This patch fixes the names for other libraries as well.
I had quite some trouble figuring out what was wrong with my csync2 setup using NAT, so I added more clear error and debug messages to figure out what;s going...
update.c: In function ‘csync_diff’: update.c:915:9: warning: ‘fclose’ called on pointer returned from a mismatched allocation function [-Wmismatched-dealloc] 915 | fclose(p); | ^~~~~~~~~ update.c:909:13: note: returned from ‘popen’ 909 | p...
Documentation says: "Csync2 automatically ignores all groups which do not contain the local hostname in the host list. This way you can use one big Csync2 configuration file for the...
I'm trying to debug an issue we're seeing in a production environment: a csync2 group has several actions defined, in a specific order: - action 1 sets the correct ownership...