init.rst.inc 483 B

123456789101112131415161718192021222324
  1. .. _attic_init:
  2. attic init
  3. ----------
  4. ::
  5. usage: attic init [-h] [-v] [--key-file] [--passphrase] REPOSITORY
  6. Initialize an empty repository
  7. positional arguments:
  8. REPOSITORY repository to create
  9. optional arguments:
  10. -h, --help show this help message and exit
  11. -v, --verbose verbose output
  12. --key-file enable key file based encryption
  13. --passphrase enable passphrase based encryption
  14. Description
  15. ~~~~~~~~~~~