1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2024-12-25 01:06:50 +00:00
borg/docs/usage/init.rst.inc
2013-10-03 21:00:54 +02:00

24 lines
525 B
HTML

.. _attic_init:
attic init
----------
::
usage: attic init [-h] [-v] [-e {none,passphrase,keyfile}] 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
-e {none,passphrase,keyfile}, --encryption {none,passphrase,keyfile}
select encryption method
Description
~~~~~~~~~~~