| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
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.
| Back | FazBrowse Home | New Git URL |
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).