@@ -674,7 +674,7 @@ If you're going to setup bi\-directional syncing then you may use \-\-modificati
.RE
.B Not enough CPU
.RS
If rsync eats too many CPU with rechecking hashsums of files on their dry open()/close() due to some hacky script (for example "chown -R www-data:www-data" in cron) then you can use \-\-modification\-signature "dev,ino,mode,uid,gid,rdev,size,atime,mtime" (without "blksize", "blocks", "nlink" and "ctime")
If rsync eats too many CPU with rechecking hashsums of files on their dry open()/close() due to some hacky script (for example "chown \-R www-data:www-data" in cron) then you can use \-\-modification\-signature "dev,ino,mode,uid,gid,rdev,size,atime,mtime" (without "blksize", "blocks", "nlink" and "ctime")
.RE
.RE
...
...
@@ -808,7 +808,7 @@ Is not set by default.
.PP
.B \-A, \-\-auto\-add\-rules\-w
.RS
Forces clsync to create a "w\-rule" for every non-"w-rule" (see
Forces clsync to create a "w-rule" for every non-"w-rule" (see
.BR RULES ).
Not recommended to use in modes "rsyncdirect", "rsyncshell" and "rsyncso"
...
...
@@ -1012,7 +1012,7 @@ Directory to write clsync's instance information by signal 29 (see
.BR SIGNALS ")."
The directory shouldn't exists before dumping.
Is set to "/tmp/clsync-dump-%label%" by default.
Is set to "/tmp/clsync\-dump\-%label%" by default.
.RE
.PP
...
...
@@ -1411,7 +1411,7 @@ Creates a separate thread for privileged operations.
It's highly recommended to enable
.B \-\-seccomp\-filter
in this case. But that will forbid
.BR --threading .
.BR \-\-threading .
.RE
.B process
.RS
...
...
@@ -1581,13 +1581,13 @@ Possible values:
.RS
.B auto
.RS
Creates a directory "/dev/shm/clsync-rootfs",
Creates a directory "/dev/shm/clsync\-rootfs",
.BR unshare "(2)-ing the mount namespace, " mount (2)-s
the
.I chroot\-directory
to the directory and then
.BR pivot_root "(2)-ing, " chroot "(2)-ing and " umount (2)-ing
old rootfs. Directory "/dev/shm/clsync-rootfs" won't be deleted after
old rootfs. Directory "/dev/shm/clsync\-rootfs" won't be deleted after
.B clsync
finish.
.RE
...
...
@@ -1615,7 +1615,7 @@ Don't
The default value is "off". If
.B \-\-chroot
is used then recommended value is "auto-ro".
is used then recommended value is "auto\-ro".
.RE
.B \-\-mountpoints
...
...
@@ -1715,18 +1715,18 @@ Recommendations to improve the perfomance:
- Disable thread/process splitting.
.br
- Don't use clsync rules (use rules on sync-handler side) or/and use option
"--full-initialsync"
"\-\-full\-initialsync"
.br
- Use option "-B0".
- Use option "\-B0".
.br
- Use option "--cancel-syscalls=mon_stat".
- Use option "\-\-cancel\-syscalls=mon_stat".
.br
- Use option "-p safe" or "-p full".
- Use option "\-p safe" or "\-p full".
.br
- Disable debugging with "-d0" or better disable debugging support at all
with "./configure" option "--enable-debug=no"
- Disable debugging with "\-d0" or better disable debugging support at all