5 ms·
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.
by drewr 9mo 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.
- deleted 9mo ago[deleted]
- owl_vision 9mo agosomething like this, i recon: $ tar cf - ~/.shrc | ssh target '(cd ~ && tar xf -)'
- sigwinch 9mo agoIn some cases, shar would be a useful wrapper for that.