Skip to content

Commit 522c1f7

Browse files
committed
Fix formatting.
1 parent 0e2ad40 commit 522c1f7

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

storage_tiered_cache.md

+7-3
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,9 @@ If no ZFS dataset-quota is pursued, https://duc.zevv.nl could be used to index
2222
https://linux.die.net/man/1/rsync
2323

2424
=== mergerfs owner recommends these options ===
25-
axqHAXWESR
25+
`axqHAXWESR`
2626

27+
```
2728
a = archive mode
2829
x = don't cross filesystem boundaries
2930
q = quiet
@@ -34,10 +35,12 @@ W = copy files whole (w/o delta-xfer algorithm)
3435
E = preserve executability
3536
S = handle sparse files efficiently
3637
R = Use relative paths. This means that the full path names specified on the command line are sent to the server rather than just the last parts of the filenames
38+
```
3739

3840
=== unraid ===
39-
dIWRpEAXogt
41+
`dIWRpEAXogt`
4042

43+
```
4144
d = transfer directories without recursing
4245
I = don't skip files that match size and time
4346
W = With this option rsync's delta-transfer algorithm is not used and the whole file is sent as-is instead
@@ -48,4 +51,5 @@ A = preserve ACLs (implies -p)
4851
X = preserve extended attributes
4952
o = preserve owner (super-user only)
5053
g = preserve group
51-
t = preserve modification times
54+
t = preserve modification times
55+
```

0 commit comments

Comments
 (0)