mirror of
https://github.com/borgbackup/borg.git
synced 2025-03-13 07:33:47 +00:00
README: fix code-block without an argument
This commit is contained in:
parent
a2505517ee
commit
64428da030
1 changed files with 1 additions and 3 deletions
|
@ -89,9 +89,7 @@ Initialize a new backup repository and create a backup archive::
|
|||
$ borg init /path/to/repo
|
||||
$ borg create /path/to/repo::Saturday1 ~/Documents
|
||||
|
||||
Now doing another backup, just to show off the great deduplication:
|
||||
|
||||
.. code-block::
|
||||
Now doing another backup, just to show off the great deduplication::
|
||||
|
||||
$ borg create -v --stats /path/to/repo::Saturday2 ~/Documents
|
||||
-----------------------------------------------------------------------------
|
||||
|
|
Loading…
Add table
Reference in a new issue