-
-
Notifications
You must be signed in to change notification settings - Fork 758
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #8087 from ThomasWaldmann/less-setuppy-master
use less setup.py (master)
- Loading branch information
Showing
12 changed files
with
172 additions
and
90 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -42,6 +42,7 @@ Usage | |
usage/rcompress | ||
usage/rdelete | ||
usage/serve | ||
usage/version | ||
usage/compact | ||
usage/config | ||
usage/lock | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
.. include:: version.rst.inc |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,60 @@ | ||
.. IMPORTANT: this file is auto-generated from borg's built-in help, do not edit! | ||
|
||
.. _borg_version: | ||
|
||
borg version | ||
------------ | ||
.. code-block:: none | ||
|
||
borg [common options] version [options] | ||
|
||
.. only:: html | ||
|
||
.. class:: borg-options-table | ||
|
||
+-------------------------------------------------------+ | ||
| .. class:: borg-common-opt-ref | | ||
| | | ||
| :ref:`common_options` | | ||
+-------------------------------------------------------+ | ||
|
||
.. raw:: html | ||
|
||
<script type='text/javascript'> | ||
$(document).ready(function () { | ||
$('.borg-options-table colgroup').remove(); | ||
}) | ||
</script> | ||
|
||
.. only:: latex | ||
|
||
|
||
|
||
:ref:`common_options` | ||
| | ||
|
||
Description | ||
~~~~~~~~~~~ | ||
|
||
This command displays the borg client version / borg server version. | ||
|
||
If a local repo is given, the client code directly accesses the repository, | ||
thus we show the client version also as the server version. | ||
|
||
If a remote repo is given (e.g. ssh:), the remote borg is queried and | ||
its version is displayed as the server version. | ||
|
||
Examples:: | ||
|
||
# local repo (client uses 1.4.0 alpha version) | ||
$ borg version /mnt/backup | ||
1.4.0a / 1.4.0a | ||
|
||
# remote repo (client uses 1.4.0 alpha, server uses 1.2.7 release) | ||
$ borg version ssh://borg@borgbackup:repo | ||
1.4.0a / 1.2.7 | ||
|
||
Due to the version tuple format used in borg client/server negotiation, only | ||
a simplified version is displayed (as provided by borg.version.format_version). | ||
|
||
There is also borg --version to display a potentially more precise client version. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.