init.rst.inc 496 B

12345678910111213141516171819202122232425
  1. .. _borg_init:
  2. borg init
  3. ---------
  4. ::
  5. borg init <options> REPOSITORY
  6. positional arguments
  7. REPOSITORY
  8. repository to create
  9. optional arguments
  10. ``-e``, ``--encryption``
  11. | select encryption key mode (default: "repokey")
  12. `Common options`_
  13. |
  14. Description
  15. ~~~~~~~~~~~
  16. This command initializes an empty repository. A repository is a filesystem
  17. directory containing the deduplicated data from zero or more archives.
  18. Encryption can be enabled at repository init time.