sync: add page (#1507)

This commit is contained in:
Starbeamrainbowlabs
2017-10-01 13:04:36 +01:00
committed by GitHub

11
pages/common/sync.md Normal file
View 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}}`