mirror of
https://github.com/borgbackup/borg.git
synced 2025-01-31 03:31:41 +00:00
explicitely commit to the units standard, see #289
This commit is contained in:
parent
de9e9d14b7
commit
76c0804bd5
1 changed files with 13 additions and 0 deletions
|
@ -134,6 +134,19 @@ Network:
|
|||
In case you are interested in more details, please read the internals documentation.
|
||||
|
||||
|
||||
Units
|
||||
-----
|
||||
|
||||
To display quantities, |project_name| takes care of respecting the
|
||||
usual conventions of scale. Disk sizes are displayed in `decimal
|
||||
<https://en.wikipedia.org/wiki/Decimal>`_, using powers of ten (so
|
||||
``kB`` means 1000 bytes). For memory usage, `binary prefixes
|
||||
<https://en.wikipedia.org/wiki/Binary_prefix>`_ are used, and are
|
||||
indicated using the `IEC binary prefixes
|
||||
<https://en.wikipedia.org/wiki/IEC_80000-13#Prefixes_for_binary_multiples>`_,
|
||||
using powers of two (so ``KiB`` means 1024 bytes).
|
||||
|
||||
|
||||
.. include:: usage/init.rst.inc
|
||||
|
||||
Examples
|
||||
|
|
Loading…
Reference in a new issue