2013-08-04 20:50:34 +00:00
|
|
|
.. _attic_init:
|
|
|
|
|
2013-08-04 19:23:12 +00:00
|
|
|
attic init
|
|
|
|
----------
|
2013-07-31 18:51:01 +00:00
|
|
|
::
|
|
|
|
|
2013-08-04 19:23:12 +00:00
|
|
|
|
2013-07-31 18:51:01 +00:00
|
|
|
usage: attic init [-h] [-v] [--key-file] [--passphrase] REPOSITORY
|
|
|
|
|
|
|
|
Initialize an empty repository
|
|
|
|
|
|
|
|
positional arguments:
|
|
|
|
REPOSITORY repository to create
|
|
|
|
|
|
|
|
optional arguments:
|
|
|
|
-h, --help show this help message and exit
|
|
|
|
-v, --verbose verbose output
|
|
|
|
--key-file enable key file based encryption
|
|
|
|
--passphrase enable passphrase based encryption
|
2013-08-04 19:23:12 +00:00
|
|
|
|
|
|
|
Description
|
|
|
|
~~~~~~~~~~~
|
|
|
|
|
|
|
|
|