nextcloud-desktop/src/csync
Claudio Cambra f5fb6994b4 feat(libsync): Add method to get list of unique exclude patterns from ExcludedFiles
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2025-05-15 12:10:44 +02:00
..
std docs(reuse): Migrate to SPDX header 2025-05-06 09:49:30 +02:00
vio docs(reuse): Migrate to SPDX header 2025-05-06 09:49:30 +02:00
AUTHORS.md docs(reuse): Migrate to SPDX header 2025-05-06 09:49:30 +02:00
ChangeLog docs(reuse): Migrate to SPDX header 2025-05-06 09:49:30 +02:00
CMakeLists.txt docs(reuse): Migrate to SPDX header 2025-05-06 09:49:30 +02:00
config_csync.h.cmake Remove now unneeded cmake test and define 2020-12-15 11:01:52 +01:00
config_csync.h.cmake.license docs(reuse): Migrate to SPDX header 2025-05-06 09:49:30 +02:00
ConfigureChecks.cmake docs(reuse): Migrate to SPDX header 2025-05-06 09:49:30 +02:00
COPYING
csync_exclude.cpp feat(libsync): Add method to get list of unique exclude patterns from ExcludedFiles 2025-05-15 12:10:44 +02:00
csync_exclude.h feat(libsync): Add method to get list of unique exclude patterns from ExcludedFiles 2025-05-15 12:10:44 +02:00
csync_version.h.in docs(reuse): Migrate to SPDX header 2025-05-06 09:49:30 +02:00
csync.cpp docs(reuse): Migrate to SPDX header 2025-05-06 09:49:30 +02:00
csync.h docs(reuse): Migrate to SPDX header 2025-05-06 09:49:30 +02:00
DefineOptions.cmake docs(reuse): Migrate to SPDX header 2025-05-06 09:49:30 +02:00
INSTALL.md docs(reuse): Migrate to SPDX header 2025-05-06 09:49:30 +02:00
README.md docs(reuse): Migrate to SPDX header 2025-05-06 09:49:30 +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/