12345678910111213141516 |
- Synopsis
- ~~~~~~~~
- ::
- 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
|