30 lines
762 B
Groff
30 lines
762 B
Groff
.ie \n(.g .ds Aq \(aq
|
|
.el .ds Aq '
|
|
.TH sync 1 "sync 0.1.0"
|
|
.SH NAME
|
|
sync \- force completion of pending disk writes (flush cache)
|
|
.SH SYNOPSIS
|
|
\fBsync\fR [\fB\-d\fR|\fB\-\-data\fR] [\fB\-f\fR|\fB\-\-file\-system\fR] [\fB\-h\fR|\fB\-\-help\fR] [\fB\-V\fR|\fB\-\-version\fR] [\fIFILE\fR]
|
|
.SH DESCRIPTION
|
|
force completion of pending disk writes (flush cache)
|
|
.SH OPTIONS
|
|
.TP
|
|
\fB\-d\fR, \fB\-\-data\fR
|
|
sync only file data, no unneeded metadata
|
|
.TP
|
|
\fB\-f\fR, \fB\-\-file\-system\fR
|
|
sync the file systems that contain the files
|
|
.TP
|
|
\fB\-h\fR, \fB\-\-help\fR
|
|
Print help
|
|
.TP
|
|
\fB\-V\fR, \fB\-\-version\fR
|
|
Print version
|
|
.TP
|
|
[\fIFILE\fR]
|
|
If one or more files are specified, sync only them, or their containing file systems.
|
|
.SH VERSION
|
|
v0.1.0
|
|
.SH AUTHORS
|
|
Nathan Fisher
|