]> arthur.barton.de Git - bup.git/commit
Correct claim about number of packs per backup
authorGabriel Filion <gabster@lelutin.ca>
Mon, 17 Nov 2014 17:24:50 +0000 (12:24 -0500)
committerRob Browning <rlb@defaultvalue.org>
Mon, 17 Nov 2014 18:13:45 +0000 (12:13 -0600)
commit646f4409fe52a5a6601b26ea73bea470caff04ff
tree80e0123e420435cd9638070c8866313f033dba1d
parent839db93cf0c14ee9a944d5ade8200075e8887c9f
Correct claim about number of packs per backup

The current sentence implies that there is only one pack file per backup
run, which is not necessarily correct.

Because of the "constants" max_pack_size and max_pack_objects that are
used as limits to pack sizes, we may end up with more than one pack per
backup if there is a lot of data that needs to be stored.

Signed-off-by: Gabriel Filion <gabster@lelutin.ca>
[rlb@defaultvalue.org: adjust commit summary]
Reviewed-by: Rob Browning <rlb@defaultvalue.org>
README.md