1Units
2~~~~~
3
4To display quantities, Borg takes care of respecting the
5usual conventions of scale. Disk sizes are displayed in `decimal
6<https://en.wikipedia.org/wiki/Decimal>`_, using powers of ten (so
7``kB`` means 1000 bytes). For memory usage, `binary prefixes
8<https://en.wikipedia.org/wiki/Binary_prefix>`_ are used, and are
9indicated using the `IEC binary prefixes
10<https://en.wikipedia.org/wiki/IEC_80000-13#Prefixes_for_binary_multiples>`_,
11using powers of two (so ``KiB`` means 1024 bytes).
12