| 12345678910111213141516171819202122232425 | .. _borg_init:borg init---------::    borg init <options> REPOSITORYpositional arguments    REPOSITORY        repository to createoptional arguments    ``-e``, ``--encryption``        | select encryption key mode (default: "repokey")`Common options`_    |Description~~~~~~~~~~~This command initializes an empty repository. A repository is a filesystemdirectory containing the deduplicated data from zero or more archives.Encryption can be enabled at repository init time.
 |