init.rst.inc 525 B

123456789101112131415161718192021222324
  1. .. _attic_init:
  2. attic init
  3. ----------
  4. ::
  5. usage: attic init [-h] [-v] [-e {none,passphrase,keyfile}] 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. -e {none,passphrase,keyfile}, --encryption {none,passphrase,keyfile}
  13. select encryption method
  14. Description
  15. ~~~~~~~~~~~