0713020
From 801386a31d0ae47779cf74cbb4f343be346a07db Mon Sep 17 00:00:00 2001
0713020
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <ppisar@redhat.com>
0713020
Date: Wed, 6 Mar 2013 11:21:50 +0100
0713020
Subject: [PATCH 1/4] Add quotasync(1) manual page
0713020
MIME-Version: 1.0
0713020
Content-Type: text/plain; charset=UTF-8
0713020
Content-Transfer-Encoding: 8bit
0713020
0713020
Signed-off-by: Petr Písař <ppisar@redhat.com>
0713020
Signed-off-by: Jan Kara <jack@suse.cz>
0713020
---
0713020
 quotasync.1 | 72 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
0713020
 1 file changed, 72 insertions(+)
0713020
 create mode 100644 quotasync.1
0713020
0713020
diff --git a/quotasync.1 b/quotasync.1
0713020
new file mode 100644
0713020
index 0000000..e968403
0713020
--- /dev/null
0713020
+++ b/quotasync.1
0713020
@@ -0,0 +1,72 @@
0713020
+.TH QUOTASYNC 1
0713020
+.SH NAME
0713020
+quotasync \- synchronize in-kernel file system usage and limits to disk format
0713020
+.SH SYNOPSIS
0713020
+.B quotasync
0713020
+[
0713020
+.B -ug
0713020
+] 
0713020
+.IR mount-point ...
0713020
+.br
0713020
+.B quotasync
0713020
+[
0713020
+.B -ug
0713020
+] 
0713020
+.B -a
0713020
+.br
0713020
+.B quotasync
0713020
+.B -h
0713020
+|
0713020
+.B -V
0713020
+.SH DESCRIPTION
0713020
+.B quotasync
0713020
+flushes file system usage and limits from kernel memory to quota files stored
0713020
+in the file system. By default only the user quotas are synchronized.
0713020
+.P
0713020
+This tool can be useful if you want to display accurate quotas by tools that
0713020
+parse quota files, like
0713020
+.BR repquota (8).
0713020
+.SH OPTIONS
0713020
+.TP
0713020
+.B -u, --user
0713020
+Synchronize user usage and limits.
0713020
+.TP
0713020
+.B -g, --group
0713020
+Synchronize group usage and limits.
0713020
+.TP
0713020
+.B -a, --all
0713020
+Synchronize usage and limits on all file systems. You have to specify this
0713020
+option or to specify desired file systems.
0713020
+.TP
0713020
+.B -V, --version
0713020
+Show program version information and exit.
0713020
+.TP
0713020
+.B -h, --help
0713020
+Show program usage and exit.
0713020
+.SH DIAGNOSTICS
0713020
+If requested synchronization fails, or invalid option is given,
0713020
+.B quotasync
0713020
+will terminate with non-zero exit code. Otherwise it will return zero.
0713020
+.SH FILES
0713020
+.PD 0
0713020
+.TP 16
0713020
+.B aquota.user " or " aquota.group
0713020
+Quota file at the file system root (version 2 quota, non-XFS/GFS2 file systems).
0713020
+.TP 16
0713020
+.B quota.user " or " quota.group
0713020
+Quota file at the file system root (version 1 quota, non-XFS/GFS2 file systems).
0713020
+.TP 16
0713020
+.B /etc/mtab
0713020
+List of mounted file systems maintained by user space.
0713020
+.TP 16
0713020
+.B /proc/mounts
0713020
+List of mounted file systems maintained by kernel.
0713020
+.PD
0713020
+.SH SEE ALSO
0713020
+.BR quota (1),
0713020
+.BR quotactl (2),
0713020
+.BR mount (8),
0713020
+.BR quotacheck (8),
0713020
+.BR quotaon (8),
0713020
+.BR repquota (8),
0713020
+.BR warnquota (8).
0713020
-- 
0713020
1.8.1.4
0713020