top | item 46345369

(no title)

drewr | 2 months ago

I didn't look closely at the project, but why take the extra step of base64? I do this all the time with tar by itself and it's wire-proof enough to work fine.

discuss

order

sigwinch|2 months ago

In some cases, shar would be a useful wrapper for that.

owl_vision|2 months ago

something like this, i recon:

  $ tar cf - ~/.shrc | ssh target '(cd ~ && tar xf -)'