mirror of
https://github.com/borgbackup/borg.git
synced 2024-12-26 01:37:20 +00:00
14 lines
344 B
ReStructuredText
14 lines
344 B
ReStructuredText
|
.. include:: rename.rst.inc
|
||
|
|
||
|
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
|