~ubuntu-branches/debian/stretch/s3ql/stretch

« back to all changes in this revision

Viewing changes to doc/html/_sources/man/umount.txt

  • Committer: Bazaar Package Importer
  • Author(s): Nikolaus Rath
  • Date: 2011-07-01 14:02:17 UTC
  • Revision ID: james.westby@ubuntu.com-20110701140217-cyyclk7tusagxucf
Tags: upstream-1.0.1
ImportĀ upstreamĀ versionĀ 1.0.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.. -*- mode: rst -*-
 
2
 
 
3
==================================
 
4
The :program:`umount.s3ql` command
 
5
==================================
 
6
 
 
7
Synopsis
 
8
========
 
9
 
 
10
::
 
11
 
 
12
   umount.s3ql [options] <mount point>
 
13
 
 
14
  
 
15
Description
 
16
===========
 
17
 
 
18
.. include:: ../include/about.rst
 
19
 
 
20
The |command| command unmounts the S3QL file system mounted in the
 
21
directory *mount point* and blocks until all data has been uploaded to
 
22
the storage backend.
 
23
 
 
24
Only the user who mounted the file system with :program:`mount.s3ql`
 
25
is able to unmount it with |command|. If you are root and want to
 
26
unmount an S3QL file system mounted by an ordinary user, you have to
 
27
use the :program:`fusermount -u` or :command:`umount` command instead.
 
28
Note that these commands do not block until all data has been
 
29
uploaded, so if you use them instead of :program:`umount.s3ql` then
 
30
you should manually wait for the :program:`mount.s3ql` process to
 
31
terminate before shutting down the system.
 
32
 
 
33
 
 
34
Options
 
35
=======
 
36
 
 
37
The |command| command accepts the following options.
 
38
 
 
39
.. pipeinclude:: ../../bin/umount.s3ql --help
 
40
   :start-after: show this help message and exit
 
41
 
 
42
.. include:: ../include/postman.rst
 
43
 
 
44
.. |command| replace:: :command:`umount.s3ql`