mirror of
https://github.com/borgbackup/borg.git
synced 2025-02-23 06:31:58 +00:00
Merge pull request #1313 from ThomasWaldmann/fix-highlighting
docs: fix the highlighting
This commit is contained in:
commit
131d2384dd
9 changed files with 15 additions and 2 deletions
|
@ -1,5 +1,7 @@
|
|||
|screencast|
|
||||
|
||||
.. highlight:: bash
|
||||
|
||||
What is BorgBackup?
|
||||
===================
|
||||
|
||||
|
@ -87,7 +89,10 @@ 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::
|
||||
Now doing another backup, just to show off the great deduplication:
|
||||
|
||||
.. code-block:: none
|
||||
:emphasize-lines: 11
|
||||
|
||||
$ borg create -v --stats /path/to/repo::Saturday2 ~/Documents
|
||||
-----------------------------------------------------------------------------
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
.. highlight:: python
|
||||
|
||||
API Documentation
|
||||
=================
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
.. include:: global.rst.inc
|
||||
.. highlight:: none
|
||||
.. _deployment:
|
||||
|
||||
Deployment
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
.. include:: global.rst.inc
|
||||
.. highlight:: bash
|
||||
.. _development:
|
||||
|
||||
Development
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
.. _faq:
|
||||
.. include:: global.rst.inc
|
||||
.. highlight:: none
|
||||
.. _faq:
|
||||
|
||||
Frequently asked questions
|
||||
==========================
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
.. include:: global.rst.inc
|
||||
.. highlight:: bash
|
||||
.. _installation:
|
||||
|
||||
Installation
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
.. include:: global.rst.inc
|
||||
.. highlight:: none
|
||||
.. _internals:
|
||||
|
||||
Internals
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
.. include:: global.rst.inc
|
||||
.. highlight:: bash
|
||||
.. _quickstart:
|
||||
|
||||
Quick Start
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
.. include:: global.rst.inc
|
||||
.. highlight:: none
|
||||
.. _detailed_usage:
|
||||
|
||||
Usage
|
||||
|
|
Loading…
Reference in a new issue