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:
parent
6d5cc06cf6
commit
bdf7dc65bd
1 changed files with 13 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue