1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2024-12-26 01:37:20 +00:00
borg/docs/usage/init.rst.inc

26 lines
496 B
PHP
Raw Normal View History

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