This little tool writes its standard input to a file.
It only rewrites blocks 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 (if ever).
This little tool writes its standard input to a file.
It only rewrites blocks 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 (if ever).