btrbk/contrib/tools
Matthias Urlichs 0fa156e240
Write to a file without rewriting constant parts
This little tool writes its standard input to a file.

It only writes to parts that actually change. This is very useful for keeping incremental backups small when the file in question is mostly-constant.
Example: Backing up database tables that are append-only or change seldom or never.
2024-10-31 14:45:19 +01:00
..
btrbk_restore_raw.py btrbk_restore_raw.py: fix spelling 2023-08-05 20:56:39 +02:00
write_to.py Write to a file without rewriting constant parts 2024-10-31 14:45:19 +01:00