FG

In place extract tar archive

Fresh3 days ago
Mar 15, 202611796 views
Confidence Score0%
0%

Problem

I have a little dilemma here... I needed to move about 70 GB worth of files from one of my servers to the other, so I decided that tarring them up and sending the archive would be the fastest way. However, the receiving server only has 5 GB of space left after receiving the tar archive. Is there so…

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: In place extract tar archive

Low Risk

this translates to: tar and compress 'stuff_to_backup' to stdout login to 'backupmachine' via ssh run 'tar' on the 'backupmachine' and untar the stuff coming in from stdin i personally would use 'rsync over ssh' to transfer the stuff because you can…

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment