Matthieu Gallien 94869783d3 allow to read v1.2 from buggy v3.8.0 client 2 years ago
..
std c0549c5c03 fix issues reported by compiling windows code with clang-tidy 3 years ago
vio c0549c5c03 fix issues reported by compiling windows code with clang-tidy 3 years ago
AUTHORS f897a91354 Move csync to src/csync 8 years ago
CMakeLists.txt 4371c0cbfe add headers in cmake files to get them properly detected 4 years ago
COPYING f897a91354 Move csync to src/csync 8 years ago
ChangeLog f897a91354 Move csync to src/csync 8 years ago
ConfigureChecks.cmake b0b70d1e77 Check for argp library before depending on it. 4 years ago
DefineOptions.cmake 539cef345e Switch to standard opt-out BUILD_TESTING instead of opt-in UNIT_TESTING 5 years ago
INSTALL.md 54e58b51ab Rename INSTALL to INSTALL.md 7 years ago
README.md e214234001 Rename README to README.md 7 years ago
config_csync.h.cmake 4e373ca7ff Remove now unneeded cmake test and define 5 years ago
csync.cpp a1d8010eae Cleanup moc_csync.cpp include 5 years ago
csync.h 94869783d3 allow to read v1.2 from buggy v3.8.0 client 2 years ago
csync_exclude.cpp 602b8db5e2 handle case clash conflicts in a similar way to content conflicts 3 years ago
csync_exclude.h 602b8db5e2 handle case clash conflicts in a similar way to content conflicts 3 years ago
csync_version.h.in ac4be17192 Compile almost all of csync as C++ 8 years ago

README.md

WHAT IS CSYNC?

csync is a lightweight utility to synchronize files between two directories on a system or between multiple systems.

It synchronizes bidirectionally and allows the user to keep two copies of files and directories in sync. csync uses widely adopted protocols, such as smb or sftp, so that there is no need for a server component. It is a user-level program which means you don’t need to be a superuser or administrator.

CONTRIBUTIONS

If you want to contribute to the development of the software then please join the mailing list. Patches are accepted preferably created with git and we are always glad to receive feedback or suggestions to the address csync-devel@csync.org. More information on the various mailing lists can be found at http://www.csync.org/communication/.

You can also get the sourcecode straight from the git repository - see http://git.csync.org/

DOCUMENTATION

As a user you can find a userguide which is shipped with this package or is available at the website. For developers there is doxygen documentation and comments in the source code itself. See

http://www.csync.org/userguide/ and http://www.csync.org/api/