1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2024-12-23 16:26:29 +00:00

docs: add example for rename

This commit is contained in:
Thomas Waldmann 2015-11-02 20:53:04 +01:00
parent 6d5cc06cf6
commit bdf7dc65bd

View file

@ -257,6 +257,19 @@ Note: currently, extract always writes into the current working directory ("."),
.. include:: usage/rename.rst.inc
Examples
~~~~~~~~
::
$ borg create /mnt/backup::archivename ~
$ borg list /mnt/backup
archivename Mon Nov 2 20:40:06 2015
$ borg rename /mnt/backup::archivename newname
$ borg list /mnt/backup
newname Mon Nov 2 20:40:06 2015
.. include:: usage/delete.rst.inc
.. include:: usage/list.rst.inc