DOKK / manpages / debian 12 / borgbackup2 / borg2-rename.1.en
BORG-RENAME(1) borg backup tool BORG-RENAME(1)

borg-rename - Rename an existing archive

borg [common options] rename [options] OLDNAME NEWNAME

This command renames an archive in the repository.

This results in a different archive ID.

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

specify the archive name
specify the new archive name

$ borg create archivename ~
$ borg rlist
archivename                          Mon, 2016-02-15 19:50:19
$ borg rename archivename newname
$ borg rlist
newname                              Mon, 2016-02-15 19:50:19


borg-common(1)

The Borg Collective

2023-03-01