1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2025-01-27 01:39:45 +00:00
borg/docs/usage/init.rst.inc

25 lines
525 B
PHP
Raw Normal View History

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-10-03 19:00:54 +00:00
usage: attic init [-h] [-v] [-e {none,passphrase,keyfile}] REPOSITORY
2013-07-31 18:51:01 +00:00
Initialize an empty repository
positional arguments:
2013-10-03 19:00:54 +00:00
REPOSITORY repository to create
2013-07-31 18:51:01 +00:00
optional arguments:
2013-10-03 19:00:54 +00:00
-h, --help show this help message and exit
-v, --verbose verbose output
-e {none,passphrase,keyfile}, --encryption {none,passphrase,keyfile}
select encryption method
2013-08-04 19:23:12 +00:00
Description
~~~~~~~~~~~