1
0
Fork 0
Nextcloud-Desktop/src/csync
Camila bdd3465e7b
Check if there are patterns associated with a sync exclude file.
The previous check didn't take into the account that .sync-exclude.lst
might be empty which would crash at Q_ASSERT(_allExcludes.contains(basePath))
in the prepare function. It also takes into account that
_allExcludes[basePath] was creating new items in the list.

Signed-off-by: Camila <hello@camila.codes>
2020-11-26 12:12:04 +01:00
..
std Enable bugprone-macro-parentheses clang-tidy check 2020-09-01 06:37:03 +00:00
vio Enable the modernize-deprecated-headers check on clang-tidy 2020-08-13 14:53:52 +02:00
AUTHORS Move csync to src/csync 2017-08-22 11:18:22 +02:00
CMakeLists.txt Fix csync installation on windows 2018-01-13 13:58:17 +01: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 Csync: remove some unused build system stuff 2018-01-13 13:58:17 +01:00
DefineOptions.cmake Move csync to src/csync 2017-08-22 11:18:22 +02: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 cmake: Remove references of now unused WITH_TESTING 2018-05-16 13:00:17 +02:00
csync.cpp Enable the modernize-deprecated-headers check on clang-tidy 2020-08-13 14:53:52 +02:00
csync.h Enable the modernize-deprecated-headers check on clang-tidy 2020-08-13 14:53:52 +02:00
csync_exclude.cpp Check if there are patterns associated with a sync exclude file. 2020-11-26 12:12:04 +01:00
csync_exclude.h Get rid of useless using constructs 2020-08-12 18:18:57 +02:00
csync_macros.h Enable bugprone-macro-parentheses clang-tidy check 2020-09-01 06:37:03 +00:00
csync_misc.cpp Enable the modernize-deprecated-headers check on clang-tidy 2020-08-13 14:53:52 +02:00
csync_misc.h Move csync to src/csync 2017-08-22 11:18:22 +02:00
csync_private.h Enable the modernize-deprecated-headers check on clang-tidy 2020-08-13 14:53:52 +02:00
csync_reconcile.cpp Enable the bugprone-branch-clone clang-tidy check 2020-09-01 06:37:03 +00:00
csync_reconcile.h CSync: reconcile never returns an error 2018-06-04 15:41:38 +02:00
csync_rename.cpp Reconcile: Rename maps are consistent with update phase #6212 2017-12-06 16:42:11 +01:00
csync_rename.h Reconcile: Rename maps are consistent with update phase #6212 2017-12-06 16:42:11 +01:00
csync_update.cpp Enable the modernize-deprecated-headers check on clang-tidy 2020-08-13 14:53:52 +02:00
csync_update.h Enable the modernize-use-using check on clang-tidy 2020-08-12 18:18:57 +02:00
csync_util.cpp Enable the modernize-deprecated-headers check on clang-tidy 2020-08-13 14:53:52 +02:00
csync_util.h Enable the modernize-deprecated-headers check on clang-tidy 2020-08-13 14:53:52 +02: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/