|
@@ -45,9 +45,11 @@ include/exclude modifiers in the FILTER RULES section).
|
|
|
```-a, --archive```: This is equivalent to **-rlptgoD**. It is a quick way of saying you want recursion and want to preserve almost everything (with -H being a notable omission). The only exception to the above equivalence is when **--files-from** is specified, in which case **-r** is not implied.
|
|
|
Note that **-a** **does** **not** **preserve** **hardlinks**, because finding multiply-linked files is expensive. You must separately specify **-H**.
|
|
|
|
|
|
-```-z, --compress```:With this option, rsync compresses the file data as it is sent to the destination machine, which reduces the amount of data being transmitted -- something that is useful over a slow connection. Note that this option typically achieves better compression ratios than can be achieved by using a
|
|
|
+```-z, --compress```: With this option, rsync compresses the file data as it is sent to the destination machine, which reduces the amount of data being transmitted -- something that is useful over a slow connection. Note that this option typically achieves better compression ratios than can be achieved by using a
|
|
|
compressing remote shell or a compressing transport because it takes advantage of the implicit
|
|
|
information in the matching data blocks that are not explicitly sent over the connection.
|
|
|
See the **--skip-compress** option for the default list of file suffixes that will not be compressed.
|
|
|
|
|
|
```-v, --verbose```: Be verbose :)
|
|
|
+
|
|
|
+```--out-format="%t %f %''b"```: Defines the output format as follows ```2024/03/10 02:10:14 appdata_ocn6dip2flyl/appstore/apps.json 16.80K```
|