Commit Graph

1 Commits (0fa156e24038d4228a77d18545c85db171742ae5)

Author SHA1 Message Date
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