1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2024-12-24 00:37:56 +00:00
borg/docs/usage/init.rst.inc
2013-08-04 23:20:22 +02:00

24 lines
483 B
HTML

.. _attic_init:
attic init
----------
::
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
Description
~~~~~~~~~~~