mirror of
https://github.com/borgbackup/borg.git
synced 2024-12-28 02:38:43 +00:00
04dfadbbd6
also: - adapt tests - adapt BuildMan manpage generation - adapt help strings / doc strings - docs
14 lines
297 B
ReStructuredText
14 lines
297 B
ReStructuredText
.. include:: rename.rst.inc
|
|
|
|
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
|
|
|