borg/docs/usage/rename.rst

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

15 lines
289 B
ReStructuredText
Raw Normal View History

2017-06-06 22:06:36 +00:00
.. include:: rename.rst.inc
Examples
~~~~~~~~
::
2022-06-23 23:19:19 +00:00
$ borg create archivename ~
$ borg rlist
2017-06-06 22:06:36 +00:00
archivename Mon, 2016-02-15 19:50:19
2022-06-23 23:19:19 +00:00
$ borg rename archivename newname
$ borg rlist
2017-06-06 22:06:36 +00:00
newname Mon, 2016-02-15 19:50:19
2022-07-04 22:38:37 +00:00