1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2025-03-08 21:05:23 +00:00
borg/docs/usage/rename.rst

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

15 lines
297 B
ReStructuredText
Raw Normal View History

2017-06-07 00:06:36 +02:00
.. include:: rename.rst.inc
Examples
~~~~~~~~
::
2022-06-24 01:19:19 +02:00
$ borg create archivename ~
$ borg repo-list
2017-06-07 00:06:36 +02:00
archivename Mon, 2016-02-15 19:50:19
2022-06-24 01:19:19 +02:00
$ borg rename archivename newname
$ borg repo-list
2017-06-07 00:06:36 +02:00
newname Mon, 2016-02-15 19:50:19
2022-07-05 00:38:37 +02:00