2022-06-24 01:19:19 +02:00
|
|
|
Repository Locations / Archive names
|
|
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
2020-03-16 19:17:16 +01:00
|
|
|
|
2022-06-24 01:19:19 +02:00
|
|
|
Many commands need to know the repository location, give it via ``-r`` / ``--repo``
|
|
|
|
or use the ``BORG_REPO`` environment variable.
|
|
|
|
|
|
|
|
Commands needing one or two archive names usually get them as positional argument.
|
|
|
|
|
|
|
|
Commands working with an arbitrary amount of archives, usually take ``-a ARCH_GLOB``.
|
2020-03-16 19:17:16 +01:00
|
|
|
|
|
|
|
Archive names must not contain the ``/`` (slash) character. For simplicity,
|
|
|
|
maybe also avoid blanks or other characters that have special meaning on the
|
|
|
|
shell or in a filesystem (borg mount will use the archive name as directory
|
|
|
|
name).
|