CLSYNC(1) | User Manuals | CLSYNC(1) |
NAME¶
clsync - live sync tool, written in GNU C
SYNOPSIS¶
clsync [ ... ] -- [ sync-handler-arguments ]
DESCRIPTION¶
clsync executes sync-handler with appropriate arguments on FS events in directory watch-dir using the inotify(7) or other FS monitoring subsystems.
OPTIONS¶
This options can be passed as arguments or to be used in the configuration file.
To disable numeric option set to zero:
To disable string option (for example path to file) set to empty string:
Also you can use previously set values while setting new options. Substring %option_name% will be substituted with previously set value of option option_name. (see CONFIGURATION FILE)
sync-handler-arguments applies only to modes:
To set sync-handler-arguments in config file use '--'. An example:
-W, --watch-dir watch-dir
Required.
-S, --sync-handler sync-handler
Is required for all modes except "direct" and "rsyncdirect" [see SYNC HANDLER MODES]
-R, --rules-file rules-file
Is not set by default.
-D, --destination-dir destination-directory
Is not set by default.
-M, --mode mode
See SYNC HANDLER MODES
Required.
-b, --background
Is not set by default.
-H, --config-file config-file-path
Set to "/NULL/" if no config files should be read.
Is not set by default.
-K, --config-block config-block-name
The default value is "default".
--config-block-inherits config-parent-block-name
The default value is "default".
--custom-signals custom-signals
Format is
For example:
To reset all custom signals use the 0-th signal (e.g. "--custom-signals=0").
The default value is "".
-z, --pid-file path-to-pidfile
Is not set by default.
--status-file status-file-path
Possible statuses:
Is not set by default.
-r, --retries number-of-tries
clsync will die after number-of-tries tries.
To try infinite set "0".
Delay between tries is equal to --delay-sync value.
The default value is "1".
--ignore-failures
Is not set by default.
--exit-on-sync-skip
For example FreeBSD has a very short BSM event queue (1024). So it may be overflowed and some events can not climb to the queue. This option forces clsync to exit if the queue had been overflowed.
Is not set by default.
-p, --threading threading-mode
Use pthreads(7) to parallelize syncing processes. For example if clsync (with --threading=off) is already syncing a huge file then all other syncs will be suspended until the huge file syncing finish. To prevent this suspends you can use "safe" or "full" threading mode.
Possbile values:
Characteristics:
If you're running clsync with option --threading=full in conjunction with rsync with option --backup, you may catch a bug due to nonatomicity of rsync's file replace operation. (see DIAGNOSTICS)
The default value is "off".
-Y, --output log-destination
Possible values:
stdout
syslog
The default value is "stderr".
--one-file-system
Warning! If you're using this option (but no
--exclude-mount-points) clsync will write neither includes nor
excludes of content of mount points.
This may cause problems e.g. you're using rsync for sync-handler without
similar option "--one-file-system".
Is not set by default.
-X, --exclude-mount-points
This requires to do stat(2) syscalls on every dir and can reduce performance.
Is not set by default.
--socket socket-path
This's very experimental feature.
Is not set by default.
--socket-own socket-owner-user[:socket-owner-group]
Is not set by default
--socket-mod socket-mode
Is not set by default.
--standby-file standby-file-path
Is not set by default.
--max-iterations iterations-count
iterations-count
set to 1 means that only initial sync will be done
set to n means that only initial sync and (n-1) sync-ups after that will be done
Hint: This option may be useful in conjunction with --exit-on-no-events to prevent infinite sync-up processes.
The default value is "0".
--modification-signature signature-mask
See struct stat in lstat(2) for possible fields.
For example reasonable signature-mask-s can be "dev,ino,mode,uid,gid,rdev,size,atime,mtime,ctime" (there's an alias for that — "*") or "uid,gid".
Examples of use cases:
Full example: clsync -w5 -t5 -T5 -x1 -W /var/www/site.example.org/root -Mdirect -Schown --uid 0 --gid 0 -Ysyslog -b1 --modification-signature uid,gid -- --from=root www-data:www-data %INCLUDE-LIST%
Warning! This option may eat a lot of memory on huge file trees.
This option cannot be used together with "--cancel-syscalls=mon_stat"
To disable file/dir modification rechecking use empty value — "".
The default value is "".
-k, --timeout-sync sync-timeout
Set "0" to disable the timeout.
The default value is "86400" ["24 hours"].
-w, --delay-sync additional-delay
The default value is "30".
-t, --delay-collect ordinary-delay
The default value is "30".
-T, --delay-collect-bigfile bigfiles-delay
The default value is "1800".
-B, --threshold-bigfile filesize-threshold
To disable detection of "big files" set "0" (zero). This can improve performance by removing necessity in extra lstat() syscall.
The default value is "134217728" ["128 MiB"].
--cancel-syscalls syscalls-mask
Possible values:
You can combine this values using commas.
To disable this option just use empty value — "".
The default value is "".
-L, --lists-dir tmpdir-path
See SYNC HANDLER MODES.
Is not set by default.
--have-recursive-sync
Is not set by default.
--synclist-simplify
Is not set by default.
--rsync-inclimit rsync-includes-line-limit
The default value is "20000".
--rsync-prefer-include
See cases rsyncshell, rsyncdirect and rsyncso of SYNC HANDLER MODES.
This option is not recommended.
Is not set by default.
-x, --ignore-exitcode exitcode
Recommended values for rsync case is "24". You can set multiple values with listing a lot of "-x" options (e.g. "-x 23 -x 24") or via commas (e.g. "-x 23,24"). To drop the list use zero exitcode (e.g. "-x 0"). For example you can use "-x 0,23" to drop the list and set "23"-th exitcode to be ignored.
Is not set by default (or equally is set to "0").
-U, --dont-unlink-lists
This may be used for debugging purposes.
Is not set by default.
--fts-experimental-optimization
At the moment the option doesn't do anything but can be used in future.
Is not set by default.
-F, --full-initialsync
This may be useful for quick start or e.g. if it's required to sync "/var/log/" tree but not sync every change from there.
Is not set by default.
--only-initialsync
Is not set by default.
--exit-on-no-events
Unlike --only-initialsync this option uses FS monitor subsystem to monitor for new events while the initial syncing. This may reduce performance. On the other hand this way may be used to be sure, that everything is synced at the moment before clsync will exit.
Is not set by default.
--skip-initialsync
Is not set by default.
--sync-on-quit
Is not set by default.
--exit-hook path-of-exit-hook-program
If this parameter is set then clsync will exec on exit:
The execution will be skipped if initial sync wasn't complete.
Is not set by default.
--pre-exit-hook path-of-pre-exit-hook-program
If this parameter is set then clsync will exec on exit:
The execution will be skipped if initial sync wasn't complete.
If clsync finishes due to --exit-on-no-events and --pre-exit-hook is set then the pre-exit hook will be executed and additional sync iteration will be triggered.
Is not set by default.
-v, --verbose
Is not set by default.
-d, --debug
Is not set by default.
--dump-dir
Is set to "/tmp/clsync-dump-%label%" by default.
-q, --quiet
Is not set by default.
--monitor monitor-subsystem
Possible values:
Native, fast, reliable and well tested Linux FS monitor subsystem.
There's no essential performance profit to use "inotify" instead of "kevent" on FreeBSD using "libinotify". It backends to "kevent" anyway.
FreeBSD users: The libinotify on FreeBSD is still not ready and unusable for clsync to sync a lot of files and directories.
Crossplatform and tested library that backends to kqueue on FreeBSD and inotify on Linux. See inotify and kqueue sections here for details.
Not well tested. Use with caution!
A *BSD kernel event notification mechanism (inc. timer, sockets, files etc).
This monitor subsystem cannot determine file creation event, but it can determine a directory where something happened. So clsync is have to rescan whole dir every time on any content change. Moreover, kqueue requires an open() on every watched file/dir. But FreeBSD doesn't allow one to open() symlink itself (without following) and it's highly invasively to open() pipes and devices. So clsync just won't call open() on everything except regular files and directories. Consequently, clsync cannot determine if something changed in symlink/pipe/socket and so on. However it still can determine if it will be created or deleted by watching the parent directory and rescaning it on every appropriate event.
Also this API requires to open every monitored file and directory. So it may produce a huge amount of file descriptors. Be sure that kern.maxfiles is big enough (in FreeBSD).
CPU/HDD expensive way.
Not well tested. Use with caution!
Linux users: The libkqueue on Linux is not working. He-he :)
Basic Security Module (BSM) Audit API.
This is not a FS monitor subsystem, actually. It's just an API to access to audit information (inc. logs). clsync can setup audit to watch FS events and report it into log. After that clsync will just parse the log via auditpipe(4) [FreeBSD].
Reliable, but hacky way. It requires global audit reconfiguration that may hopple audit analysis.
Warning! FreeBSD has a limit for queued events. In default FreeBSD kernel it's only 1024 events. So choose one of:
- Don't use clsync on systems with too many file events.
- Use bsm_prefetch mode (but there's no guarantee in this case anyway).
Not well tested. Use with caution! Also file /etc/security/audit_control will be overwritten with:
dir:/var/audit
flags:fc,fd,fw,fm,cl
minfree:0
naflags:fc,fd,fw,fm,cl
policy:cnt
filesz:1M
However the thread may be not fast enough to unload the kernel BSM queue. So it may overflow anyway.
The default value on Linux is "inotify". The default value on FreeBSD is "kqueue".
-l, --label label
The default value is "nolabel".
-h, --help
Is not set by default.
-V, --version
Is not set by default.
--cgroup-group-name cg-group-name
Is set to "clsync/%PID%" by default.
SECURITY OPTIONS¶
--secure-splitting
-u, --uid uid
If there's a capabilities(7) support then the default value is "nobody" (or "65534" if "nobody" not found), otherwise the option is not set by default;
-g, --gid gid
If there's a capabilities(7) support then the default value is "nogroup" (or "65534" if "nogroup" not found), otherwise the option is not set by default;
--privileged-uid sync-handler-uid
The default value is "$UID".
--privileged-gid sync-handler-gid
The default value is "$GID".
--sync-handler-uid sync-handler-uid
See --preserve-capabilities.
The default value is same as for --privileged-uid.
--sync-handler-gid sync-handler-gid
See --preserve-capabilities.
The default value is same as for --privileged-gid.
-C, --preserve-capabilities capabilities-list
Use capset(2) and prctl(2) to preserve "CAP_DAC_READ_SEARCH", "CAP_SETUID" or/and "CAP_SETGID" [see capabilities(7)] Linux capability for process using fts(3), inotify(7) and execve(2). This allows the preservation of enough FS privileges to watch a file tree and execute the sync-handler with required uid and gid [see --sync-handler-uid and --sync-handler-gid] after dropping privileges via setuid(2) and setgid(2) [see --uid and --gid]
Possible values:
Any combinations of this values are also supported. The list may be presented as a comma separated values, like:
The default value is "CAP_DAC_READ_SEARCH,CAP_SETUID,CAP_SETGID,CAP_KILL" if the clsync runner have such privileges.
--inherit-capabilities
Sets a mode for capabilities inheriting.
Possible values:
The default value is "empty".
--splitting splitting-type
You can essentialy reduce the overhead with using "high load locks" ("--enable-highload-locks" of "./configure" file).
If you're using this option and running the sync-handler with the root user then it's highly recommended to enable --check-execvp-arguments, too. Otherwise in case of clsync security bug a hacker will be able to use execvp() with any arguments with root privileges.
Possible values:
Creates a separate thread for privileged operations.
It's highly recommended to enable --seccomp-filter in this case. But that will forbid --threading.
- more complex code (and higher probability of error).
- slower due to copying data between private and shared memory pages.
Recommended.
Is set to "off" by default.
--check-execvp-arguments
[Blocks --mode=direct]
Enables execvp() arguments recheck in the privileged process (in case of their substitution to any exploit-given arguments).
This option doesn't utilize a lot of CPU resources but forbids run-time changing of sync-handler-arguments and hook file paths.
This option cannot be used in conjunction with --mode=direct due to an arbitrary number of arguments in this mode.
Is not set by default.
--add-permitted-hook-files [hook-path0,[hook-path1[,...]]]
Adds paths to the list of permitted hook paths to bypass --check-execvp-arguments checks. It may be required if you're going to change the hooks in run-time using --custom-signals or --socket.
Is not set by default.
--seccomp-filter
Use seccomp filter to forbid syscalls that shouldn't be used by clsync.
Forbid all syscalls for non-privileged process/thread, but
Is not set by default.
--permit-mprotect
Permits mprotect(2) syscall.
This syscall is required by pthread_create(3), so it's required for --threading.
Makes --shm-mprotect to be useless.
Also it enables ability to change memory of privileged thread from non-privileged, so using of --splitting=thread with this option is useless, too.
Is set to "0" by default if --splitting is set. Otherwise "1".
--shm-mprotect
Forbid writing or reading to/from shared memory when it shouldn't be. mprotect(2) is used for the protection.
This option is useless while --permit-mprotect is enabled.
--chroot chroot-directory
This option may be used in conjunction with --uid, --gid or/and --pivot-root for security reasons.
Remember! If you're chroot()-ing somewhere, the sync-handler will be limited by the chroot-environment, too. If you're using rsync then you may want to "mount --bind" some directories to the chroot-directory.
Is not set by default.
--pivot-root pivot-root-way
Sets a way of using pivot_root(2) syscall to the chroot-directory (to umount(2) old rootfs).
Possible values:
The default value is "off". If --chroot is used then recommended value is "auto-ro".
--mountpoints [mountpoint[,mountpoint[,mountpoint]]]
Umount (with MNT_DETACH) everything except listed mountpoints.
Supposed to be used for security reasons as an alternative to --pivot-root option.
Is not set by default.
--detach-network detach-network-mode
Removes network in clsync instance.
Possible values:
The default value is "non-privileged".
--detach-ipc
Make an own IPC namespace.
Is set by default.
--detach-miscellanea
unshare(2) on everything not listed above.
Is not set by default.
--forbid-devices
Forbid any access to all devices except listed ones:
/dev/zero
/dev/urandom
/dev/random
/dev/null
Is not set by default.
PERFORMANCE¶
Recommendations to improve the performance:
- Don't use clsync rules (use rules on sync-handler side) or/and use option "--full-initialsync"
- Use option "-B0".
- Use option "--cancel-syscalls=mon_stat".
- Use option "-p safe" or "-p full".
- Disable debugging with "-d0" or better disable debugging support at all with "./configure" option "--enable-debug=no"
- Don't use option "--exclude-mount-points"
- Free memory for disk cache
You shouldn't follow all this recommendation blindfold. You should use only the ideas that fixes performance problems in your specific use case. And only if it's necessary.
SYNC HANDLER MODES¶
clsync executes sync-handler that supposed to take care of the actual syncing process. Therefore clsync is only a convenient way to run a syncing script.
clsync can run sync-handler in seven ways. Which way will be used depends on specified mode (see --mode)
sync-handler-arguments are used only in modes:
direct
shell
rsyncdirect
rsyncshell
If sync-handler-arguments are not set then the default setting is used (see below).
case simple
Default sync-handler-arguments are:
In this case, sync-handler is supposed to non-recursively sync file or directory by path %INCLUDE-LIST%. With %EVENT-MASK% it's passed bitmask of events with the file or directory (see "/usr/include/linux/inotify.h").
Additional substitutions:
case direct
Default sync-handler-arguments are:
Additional substitutions:
case shell
Default sync-handler-arguments are:
Default sync-handler-arguments for initial sync if --have-recursive-sync is set are:
In this case, sync-handler is supposed to non-recursively sync files and directories from list in a file by path %INCLUDE-LIST-PATH% on "synclist".
Also sync-handler is supposed to recursively sync data from directory by path %INCLUDE-LIST-PATH% with manual excluding extra files on "initialsync".
Additional substitutions:
Not recommended. Not well tested.
case rsyncdirect
sync-handler is supposed to be a path to rsync binary.
Default sync-handler-arguments are:
Error code "24" from sync-handler will be ignored in this case. We also recommend to ignore exitcode "23".
Additional substitutions:
Recommended case.
case rsyncshell
Default sync-handler-arguments are:
In this case, sync-handler is supposed to run "rsync" application with parameters:
-aH --delete-before --include-from %INCLUDE-LIST-PATH% --exclude '*'
if option --rsync-prefer-include is enabled.
And with parameters:
-aH --delete-before --exclude-from %EXCLUDE-LIST-PATH% --include-from %INCLUDE-LIST-PATH% --exclude '*'
if option --rsync-prefer-include is disabled.
Additional substitutions:
Recommended case.
case rsyncso
inclist is a path to file with rules for "--include-from" option of rsync. This argument is always not NULL.
exclist is a path to file with rules for "--exclude-from" option of rsync. This argument is NULL if --rsync-prefer-include is set.
Excludes takes precedence over includes.
Also may be defined functions "int clsyncapi_init(ctx_t *, indexes_t *)" and "int clsyncapi_deinit()" to initialize and deinitialize the syncing process by this shared object.
To fork the process should be used function "pid_t clsyncapi_fork(ctx_t *)" instead of "pid_t fork()" to make clsync be able to kill the child.
See example file "clsync-synchandler-rsyncso.c".
Recommended case.
case so
api_eventinfo_t is a structure:
uint32_t evmask; // event bitmask for file/dir by path path.
uint32_t flags; // flags of "how to sync" the file/dir
size_t path_len; // strlen(path)
const char *path; // the path to file/dir need to be synced
eventobjtype_t objtype_old; // type of object by path path before the event.
eventobjtype_t objtype_new; // type of object by path path after the event.
};
typedef struct api_eventinfo api_eventinfo_t;
The event bitmask (evmask) values can be learned from "/usr/include/linux/inotify.h".
There may be next flags' values (flags):
EVIF_NONE = 0x00000000, // No modifier
EVIF_RECURSIVELY = 0x00000001 // sync the file/dir recursively
};
Flag "EVIF_RECURSIVELY" may be used if option --have-recursive-sync is set.
Is that a file or directory by path path can be determined
with objtype_old and objtype_new.
objtype_old reports about which type was the object by the path before
the event.
objtype_new reports about which type became the object by the path
after the event.
objtype_old and objtype_new have type eventobjtype_t.
EOT_UNKNOWN = 0, // Unknown
EOT_DOESNTEXIST = 1, // Doesn't exist (not created yet or already deleted)
EOT_FILE = 2, // File
EOT_DIR = 3, // Directory
} typedef enum eventobjtype eventobjtype_t;
Also may be defined functions "int clsyncapi_init(options_t *, indexes_t *)" and "int clsyncapi_deinit()" to initialize and deinitialize the syncing process by this shared object.
To fork the process should be used function "pid_t clsyncapi_fork(options_t *)" instead of "pid_t fork()" to make clsync be able to kill the child.
See example file "clsync-synchandler-so.c".
Recommended case.
ENVIRONMENT VARIABLES¶
Recognized variables - variables used by clsync.
Recognized variables
Output variables - variables that are set by clsync before calling sync-handler.
Output variables
RULES¶
Filter rules can be used to set which events clsync should monitor and which events it should ignore.
Caution! This rules doesn't guarantee that filtered file/dir won't be synced. This can occur because file or directory can appear in the moment of sync-handler running (or after it but before the sync-handler will reach the directory), so it'll be too late to add an exclusion. If you need a guarantee of file syncing preventing you can use internal filter rules of the sync-handler program (for example, rsync has options "--exclude", "--exclude-from" and "--filter") or use disable any "recursive" syncs in clsync (and remove "-av" option of rsync if it's used). To disable recursive syncs you can use:
Filter rules can be placed into rules-file with one rule per line.
Rule format: [+-][fdWwms*]regexp
- - means exclude;
f - means file;
d - means directory (the same as an combination of "w" + "m" + "s");
w - means walking to directory;
m - means monitor events in the directory;
s - means sync the the directory if modified;
W - means walk + monitor the directory (the same as an combination of "w" + "m");
* - means all.
For example: -*^/[Tt]est
It's not recommended to use w rules in modes "rsyncdirect", "rsyncshell" and "rsyncso". rsync(1) allows one to set syncing and walking only together in "--include" rules ("--files-from" is not appropriate due to problem with syncing files deletions). So there may be problems with clsync's w rules in this cases.
More examples:
Syncing pwdb files and sshd_config (non-rsync case):
# which files to sync:
+f^passwd$
+f^group$
+f^shadow$
+f^ssh/sshd_config$
# walk and monitor next directories:
+W^$
+W^ssh$
# forbid the rest:
-*
Syncing pwdb files and sshd_config (rsync case):
+f^group$
+f^shadow$
+f^ssh/sshd_config$
+d^$
+d^ssh$
-*
Syncing /srv/lxc tree (rsync case):
-f/tmp/
+*
SIGNALS¶
1 - (HUP) rereads filter rules
2 - (INT) exits without waiting of syncing processes ("hard kill", kills children)
3 - (QUIT) waits for current syncing processes and exit ("soft kill", waits for children). See also --sync-on-quit.
10 - runs threads' GC function
12 - runs full resync
15 - (TERM) exits without waiting of syncing processes ("hard kill", kills children)
16 - interrupts sleep()/select() and wait() [for debugging and internal uses]
29 - dump information to dump-dir [for debugging]
If you need to kill clsync but leave children then you can use 9-th (KILL) signal.
DIAGNOSTICS¶
clsync misses events:
Initial rsync process works very slow on clsync start
To diagnose it, you can use "-U" option and look into rsync-exclude-listpath file (see SYNC HANDLER case d)
To prevent this, it's recommended to write such rules for rsync directly (not via clsync).
For example, often problem is with PHP's session files. You shouldn't exclude them in clsync's rules with "-f/sess_.*", but you should exclude it in rsync directly (e.g with «--exclude "sess_*"»).
The following diagnostics may be issued on stderr:
Error: Cannot inotify_add_watch() on [...]: No space left on device (errno: 28)
Error: Got non-zero exitcode exitcode [...]
If exitcode equals to 23 and you're using clsync in conjunction with rsync, this may happen, for example, in the following cases:
- Not enough space on destination.
- You're running clsync with --threading=full and rsync with --backup. See a bugreport ⟨URL: https://bugzilla.samba.org/show_bug.cgi?id=10081 ⟩.
To confirm the problem, you can try to add "return 0" or "exit 0" into your sync-handler.
Bad system call
To get support see SUPPORT.
CONFIGURATION FILE¶
clsync supports configuration file.
By default clsync tries to read next files (in specified order):
/etc/clsync/clsync.conf
This may be overridden with option --config-file.
clsync reads only one configuration file. In other words, if option --config-file is not set and file ~/.clsync.conf is accessible and parsable, clsync will not try to open /etc/clsync/clsync.conf. Command line options have precedence over config file options.
Configuration file is parsed with glib's g_key_file_* API. That means, that config should consits from groups (blocks) of key-value lines as in the example:
background = 1
mode = rsyncshell
debug = 0
output = syslog
label = default
pid-file = /var/run/clsync-%label%.pid
[debug]
config-block-inherits = default
debug = 5
background = 0
output = stderr
[test]
mode=rsyncdirect
debug=3
Also glib's gkf API doesn't support multiple assignments. If you need to list some values (e.g. exitcodes) just list them with commas in single assignment (e.g. "ignore-exitcode=23,24").
In this example there're 3 blocks are set - "default", "debug" and "test". And block "debug" inherited setup of block "default" except options "debug", "background" and "output".
By default clsync uses block with name "default". Block name can be set by option --config-block.
CLUSTERING¶
Not implemented yet. Don't try to use cluster functionality.
Not described yet.
EXAMPLES¶
Mirroring a directory:
Syncing 'authorized_keys' files:
printf "+w^$\n+w^[^/]+$\n+W^[^/]+/.ssh$\n+f^[^/]+/.ssh/authorized_keys$\n-*" > /etc/clsync/rules/authorized_files_only
clsync -Mdirect -Scp -W/mnt/master/home/ -D/home -R/etc/clsync/rules/authorized_files_only -- -Pfp --parents %INCLUDE-LIST% %destination-dir%
Mirroring a directory, but faster:
Instant mirroring of a directory:
Making two directories synchronous:
clsync -Mrsyncdirect --background -z /var/run/clsync1.pid --output syslog -Mrsyncdirect -W/path/to/dir2 -D/path/to/dir1 --modification-signature '*'
Fixing privileges of a web-site:
'Atomic' sync:
Moving a web-server:
Copying files to slave-nodes using pdcp(1):
Copying files to slave-nodes using uftp(1):
A dry running to see rsync(1) arguments that clsync will use:
An another dry running to look how clsync will call pdcp(1):
Automatically run 'make build' if any '*.c' file changed
More working examples you can try out in "/usr/share/doc/clsync/examples/" directory. Copy this directory somewhere (e.g. into "/tmp"). And try to run "clsync-start-rsync.sh" in there. Any files/directories modifications in "testdir/from" will be synced to "testdir/to" in a few seconds.
AUTHOR¶
Dmitry Yu Okunev <dyokunev@ut.mephi.ru> 0x8E30679C
SUPPORT¶
You can get support on official IRC-channel in Freenode "#clsync" or on github's issue tracking system of the clsync repository ⟨URL: https://github.com/clsync/clsync ⟩.
Don't be afraid to ask about clsync configuration, ;).
SEE ALSO¶
APRIL 2020 | Linux |