123456789101112131415161718192021222324252627 |
- .. IMPORTANT: this file is auto-generated from borg's built-in help, do not edit!
- .. _borg_rename:
- borg rename
- -----------
- .. code-block:: none
- borg [common options] rename [options] ARCHIVE NEWNAME
- ARCHIVE
- archive to rename
- NEWNAME
- the new archive name to use
- .. class:: borg-common-opt-ref
- :ref:`common_options`
- Description
- ~~~~~~~~~~~
- This command renames an archive in the repository.
- This results in a different archive ID.
|