logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

borg-rename - Rename an existing archive

Author

       The Borg Collective

                                                   2022-02-19                                     BORG-RENAME(1)

Description

       This command renames an archive in the repository.

       This results in a different archive ID.

Examples

          $ borg create /path/to/repo::archivename ~
          $ borg list /path/to/repo
          archivename                          Mon, 2016-02-15 19:50:19

          $ borg rename /path/to/repo::archivename newname
          $ borg list /path/to/repo
          newname                              Mon, 2016-02-15 19:50:19

Name

       borg-rename - Rename an existing archive

Options

       See borg-common(1) for common options of Borg commands.

   argumentsARCHIVE
              archive to rename

       NEWNAME
              the new archive name to use

See Also

borg-common(1)

Synopsis

       borg [common options] rename [options] ARCHIVE NEWNAME

See Also