borg-rename - Rename an existing archive
Contents
Description
This command renames an archive in the repository.
This results in a different archive ID.
Examples
$ borg create archivename ~
$ borg repo-list
archivename Mon, 2016-02-15 19:50:19
$ borg rename archivename newname
$ borg repo-list
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.
argumentsOLDNAME
specify the archive name
NEWNAME
specify the new archive name
See Also
borg-common(1)Synopsis
borg [common options] rename [options] OLDNAME NEWNAME
