Skip to content

Instantly share code, notes, and snippets.

@olmstadfm
Created October 3, 2019 18:53
Show Gist options
  • Save olmstadfm/c1fb5671f48071c443b5c7f897ef7e31 to your computer and use it in GitHub Desktop.
Save olmstadfm/c1fb5671f48071c443b5c7f897ef7e31 to your computer and use it in GitHub Desktop.
mbuffer is an interesting tool
Distributing a directory tree to multiple machines:
master: tar cf - /tree_to_clone | mbuffer -O clone0:8000 -O clone1:8000
clones: mbuffer -I master:8000 | tar xf -
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment