nextcloud-desktop/src/csync
2020-12-15 10:59:08 +01:00
..
std Build fix for mingw64 7.3 (Qt 5.12.0) 2020-12-15 10:58:37 +01:00
vio vfs: Ensure SyncOptions::_vfs is never null 2020-12-15 10:58:26 +01:00
AUTHORS Move csync to src/csync 2017-08-22 11:18:22 +02:00
ChangeLog Move csync to src/csync 2017-08-22 11:18:22 +02:00
CMakeLists.txt CMakeLists.txt: increment sqlite version 2020-12-15 10:58:20 +01:00
config_csync.h.cmake Remove csync_misc: The code no longer use fnmatch 2020-12-15 10:58:20 +01:00
ConfigureChecks.cmake Remove csync_misc: The code no longer use fnmatch 2020-12-15 10:58:20 +01:00
COPYING Move csync to src/csync 2017-08-22 11:18:22 +02:00
csync.h Remove unused defines 2020-12-15 10:59:08 +01:00
csync_exclude.cpp Windows: Forbid chars 0-31 in filenames #6987 2020-12-15 10:58:42 +01:00
csync_exclude.h Discovery: Handle the blacklistFiles from the server capabilities 2020-12-15 10:58:30 +01:00
csync_util.cpp Use Q_ENUM_NS to pretty print csync enums 2020-12-15 10:59:07 +01:00
csync_util.h More cleanup of csync remains 2020-12-15 10:58:01 +01:00
csync_version.h.in Compile almost all of csync as C++ 2017-08-22 15:22:56 +02:00
DefineOptions.cmake Switch to standard opt-out BUILD_TESTING instead of opt-in UNIT_TESTING 2020-12-15 10:58:36 +01:00
INSTALL.md Rename INSTALL to INSTALL.md 2018-10-08 20:57:34 +02:00
README.md Rename README to README.md 2018-10-08 21:01:08 +02:00

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 dont 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/