Y
Hacker News
new
|
ask
|
show
|
jobs
by
drewr
179 days 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.
2 comments
sigwinch
178 days ago
In some cases, shar would be a useful wrapper for that.
link
owl_vision
178 days ago
something like this, i recon:
$ tar cf - ~/.shrc | ssh target '(cd ~ && tar xf -)'
link