1
0
Fork 0
Nextcloud-Desktop/src/csync
allexzander 3d266b9246 Win tests compilation fix. For Windows, the build was failing because of not being able to locate #include <sqlite3.h> in tests.
Signed-off-by: allexzander <blackslayer4@gmail.com>
2021-02-03 13:52:10 +02:00
..
std Please the clang-tidy overlord 2020-12-15 11:01:53 +01:00
vio Provide the path to the current folder to statTypeVirtualFile on unix 2021-01-14 12:57:03 +01:00
AUTHORS Move csync to src/csync 2017-08-22 11:18:22 +02:00
CMakeLists.txt Win tests compilation fix. For Windows, the build was failing because of not being able to locate #include <sqlite3.h> in tests. 2021-02-03 13:52:10 +02:00
COPYING 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
ConfigureChecks.cmake Remove now unneeded cmake test and define 2020-12-15 11:01:52 +01: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
config_csync.h.cmake Remove now unneeded cmake test and define 2020-12-15 11:01:52 +01:00
csync.cpp Cleanup moc_csync.cpp include 2020-12-15 10:59:11 +01:00
csync.h Replace custome date parser QDateTime::fromString(value, Qt::RFC2822Date) 2020-12-15 11:01:52 +01:00
csync_exclude.cpp Fix build against Qt 5.15.3 2021-01-25 08:19:49 +00:00
csync_exclude.h Please the clang-tidy overlord 2020-12-15 11:01:53 +01:00
csync_version.h.in Compile almost all of csync as C++ 2017-08-22 15:22:56 +02:00

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