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

« back to all changes in this revision

Viewing changes to doc/html/_sources/man/mkfs.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:`mkfs.s3ql` command
 
5
================================
 
6
 
 
7
Synopsis
 
8
========
 
9
 
 
10
::
 
11
 
 
12
   mkfs.s3ql [options] <storage url>
 
13
 
 
14
Description
 
15
===========
 
16
  
 
17
.. include:: ../include/about.rst
 
18
 
 
19
The |command| command creates a new file system in the location
 
20
specified by *storage url*.
 
21
 
 
22
.. include:: ../include/backends.rst
 
23
 
 
24
 
 
25
Options
 
26
=======
 
27
 
 
28
The |command| command accepts the following options.
 
29
 
 
30
.. pipeinclude:: ../../bin/mkfs.s3ql --help
 
31
   :start-after: show this help message and exit
 
32
 
 
33
Files
 
34
=====
 
35
 
 
36
Authentication data for backends and bucket encryption passphrases are
 
37
read from :file:`authinfo` in :file:`~/.s3ql` or the directory
 
38
specified with :cmdopt:`--homedir`. Log files are placed in the same
 
39
directory.
 
40
 
 
41
.. include:: ../include/postman.rst
 
42
 
 
43
.. |command| replace:: :command:`mkfs.s3ql`