other versions
- testing 1.1.9-2
- stretch-backports 1.1.9-2~bpo9+1
- unstable 1.1.10-1
BORG-RENAME(1) | borg backup tool | BORG-RENAME(1) |
NAME¶
borg-rename - Rename an existing archiveSYNOPSIS¶
borg [common options] rename [options] ARCHIVE NEWNAMEDESCRIPTION¶
This command renames an archive in the repository.This results in a different archive ID.
OPTIONS¶
See borg-common(1) for common options of Borg commands.arguments¶
- ARCHIVE
- archive to rename
- NEWNAME
- the new archive name to use
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
SEE ALSO¶
borg-common(1)AUTHOR¶
The Borg Collective2019-02-10 |