1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2025-03-09 21:57:24 +00:00

Doc: add warning about changing segments_per_dir values

This commit is contained in:
Zhuoyun Wei 2017-07-20 12:52:52 -04:00
parent 7d07a9629e
commit f0de6a4c90
No known key found for this signature in database
GPG key ID: AE9C22168EBA0BDB

View file

@ -88,7 +88,10 @@ Segments
~~~~~~~~
Objects referenced by a key are stored inline in files (`segments`) of approx.
500 MB size in numbered subdirectories of ``repo/data``.
500 MB size in numbered subdirectories of ``repo/data``. The number of segments
per directory is controlled by the value of ``segments_per_dir``. If you change
this value in a non-empty repository, you may also need to relocate the segment
files manually.
A segment starts with a magic number (``BORG_SEG`` as an eight byte ASCII string),
followed by a number of log entries. Each log entry consists of: