mirror of
https://github.com/borgbackup/borg.git
synced 2026-09-01 14:13:19 +02:00
The samples in repo-list.rst, copy.rst and rename.rst predate the tags column of the default repo-list format, so their column spacing was wrong. Regenerated from real runs of each page's own scenario. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
15 lines
436 B
ReStructuredText
15 lines
436 B
ReStructuredText
.. include:: rename.rst.inc
|
|
|
|
Examples
|
|
~~~~~~~~
|
|
::
|
|
|
|
$ borg create archivename ~
|
|
$ borg repo-list
|
|
516c2a16 Sat, 2026-08-29 14:39:58 +0200 archivename tw MacBook-Pro
|
|
|
|
# renaming rewrites the archive metadata, so the archive ID changes:
|
|
$ borg rename archivename newname
|
|
$ borg repo-list
|
|
3aaef11e Sat, 2026-08-29 14:39:58 +0200 newname tw MacBook-Pro
|
|
|