Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add option to tar+ssh on a different host - Feature Request #329

Open
planetahuevo opened this issue Oct 13, 2022 · 0 comments
Open

Add option to tar+ssh on a different host - Feature Request #329

planetahuevo opened this issue Oct 13, 2022 · 0 comments

Comments

@planetahuevo
Copy link
Contributor

Trying to speed up tar, I thougth that maybe you can add a sync method that is tar+ssh into a destination.
This way, we save writing on the origin, which is normally a server where the impact on cpu is important, but I have no idea how much difference will this make.

these links are not exactly about it, but the answer talk about tar+ssh
https://unix.stackexchange.com/questions/30953/tar-rsync-untar-any-speed-benefit-over-just-rsync
https://unix.stackexchange.com/questions/513042/how-to-speed-up-tar-just-build-a-package-without-compression

tar -cf - xxx/ | ssh otherhost 'cat > xxx.tar'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant