.TH "UMOUNT.S3QL" "1" "August 27, 2014" "1.11.1" "S3QL" .SH NAME umount.s3ql \- Unmount an S3QL file system . .nr rst2man-indent-level 0 . .de1 rstReportMargin \\$1 \\n[an-margin] level \\n[rst2man-indent-level] level margin: \\n[rst2man-indent\\n[rst2man-indent-level]] - \\n[rst2man-indent0] \\n[rst2man-indent1] \\n[rst2man-indent2] .. .de1 INDENT .\" .rstReportMargin pre: . RS \\$1 . nr rst2man-indent\\n[rst2man-indent-level] \\n[an-margin] . nr rst2man-indent-level +1 .\" .rstReportMargin post: .. .de UNINDENT . RE .\" indent \\n[an-margin] .\" old: \\n[rst2man-indent\\n[rst2man-indent-level]] .nr rst2man-indent-level -1 .\" new: \\n[rst2man-indent\\n[rst2man-indent-level]] .in \\n[rst2man-indent\\n[rst2man-indent-level]]u .. .\" Man page generated from reStructeredText. . .SH SYNOPSIS .sp .nf .ft C umount.s3ql [options] .ft P .fi .SH DESCRIPTION .sp S3QL is a file system for online data storage. Before using S3QL, make sure to consult the full documentation (rather than just the man pages which only briefly document the available userspace commands). .sp The \fBumount.s3ql\fP command unmounts the S3QL file system mounted in the directory \fImount point\fP and blocks until all data has been uploaded to the storage backend. .sp Only the user who mounted the file system with \fBmount.s3ql\fP is able to unmount it with \fBumount.s3ql\fP. If you are root and want to unmount an S3QL file system mounted by an ordinary user, you have to use the \fBfusermount \-u\fP or \fBumount\fP command instead. Note that these commands do not block until all data has been uploaded, so if you use them instead of \fBumount.s3ql\fP then you should manually wait for the \fBmount.s3ql\fP process to terminate before shutting down the system. .SH OPTIONS .sp The \fBumount.s3ql\fP command accepts the following options. .INDENT 0.0 .INDENT 3.5 .INDENT 0.0 .TP .B \-\-debug activate debugging output .TP .B \-\-quiet be really quiet .TP .B \-\-version just print program version and exit .TP .B \-\-lazy, \-z Lazy umount. Detaches the file system immediately, even if there are still open files. The data will be uploaded in the background once all open files have been closed. .UNINDENT .UNINDENT .UNINDENT .SH EXIT STATUS .sp \fBumount.s3ql\fP returns exit code 0 if the operation succeeded and 1 if some error occurred. .SH SEE ALSO .sp The S3QL homepage is at \fI\%http://code.google.com/p/s3ql/\fP. .sp The full S3QL documentation should also be installed somewhere on your system, common locations are \fB/usr/share/doc/s3ql\fP or \fB/usr/local/doc/s3ql\fP. .SH COPYRIGHT 2008-2011, Nikolaus Rath .\" Generated by docutils manpage writer. .\" .