sync: add page (#1507)
This commit is contained in:
11
pages/common/sync.md
Normal file
11
pages/common/sync.md
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
# sync
|
||||||
|
|
||||||
|
> Flushes all pending write operations to the appropriate disks.
|
||||||
|
|
||||||
|
- Flush all pending write operations on all disks:
|
||||||
|
|
||||||
|
`sync`
|
||||||
|
|
||||||
|
- Flush all pending write operations on a single file to disk:
|
||||||
|
|
||||||
|
`sync {{path/to/file}}`
|
Reference in New Issue
Block a user