Skip to content

Instantly share code, notes, and snippets.

@jclosure
Created December 27, 2014 01:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jclosure/3fed8553c74f77d51ce4 to your computer and use it in GitHub Desktop.
Save jclosure/3fed8553c74f77d51ce4 to your computer and use it in GitHub Desktop.
Delta Fold-In File Copying With tar
(cd /opt/jboss-fuse && tar c .) | (cd /mnt/lastbackup/jboss-fuse && tar xf -)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment