foundationdb/fdbbackup
Johannes Scheuermann 4c775a91e8
Add note to fdbbackup expire if expire version got adjusted. (#13664)
expireData() can silently roll the expiration point back to a log file begin version when the requested version falls in the middle of that log file, since a log file cannot be partially deleted.
The CLI always printed the originally requested version regardless, making it look like more data was deleted than actually was.
ExpireProgress now tracks both the requested and actual end version so the CLI can print a note when they differ, in either direction (rolled back, or already expired past the request).
2026-07-10 09:52:46 +02:00
..
include/fdbbackup Design changes to pass encryption_block_size to fdbbackup command and remove knob (#13023) 2026-04-30 13:32:14 -07:00
tests Adding mutation log type configuration to backup. (#13123) 2026-05-04 13:32:11 -07:00
CMakeLists.txt Apply LSan suppressions to backup/bulkload/s3 client tests (#13320) 2026-06-04 13:29:28 -07:00
Decode.cpp Update copyright years to 2013-2026 (#12653) 2026-01-22 10:49:41 -08:00
FileConverter.cpp Extract backup file format from FileBackupAgent 2026-06-23 09:14:30 -07:00
FileDecoder.cpp Extract backup file format from FileBackupAgent 2026-06-23 09:14:30 -07:00
backup.cpp Add note to fdbbackup expire if expire version got adjusted. (#13664) 2026-07-10 09:52:46 +02:00