FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Contrib: Write to a file without rewriting constant parts by m-u-xyz · Pull Request #604 · digint/btrbk · GitHub

/ btrbk Public

Contrib: Write to a file without rewriting constant parts - #604

Open
m-u-xyz wants to merge 1 commit into
digint:masterfrom
smurfix:write_to
Open

m-u-xyz wants to merge 1 commit into
digint:masterfrom
smurfix:write_to

Conversation

m-u-xyz commented Oct 31, 2024

Copy link
Copy Markdown

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 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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant


Back | FazBrowse Home | New Git URL