Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
05-23-2005, 08:46 PM
|
#1
|
Member
Registered: Nov 2004
Distribution: fc4
Posts: 104
Rep:
|
massive tar file, can't untar
hi all
i am trying to tar up my web server directory
which ends up being around 13GB
using ssh
but when i try to untar it on another server
it takes up heaps of cpu and memory
and then eventually the ssh connection drops out
and the tar just quits
is there anyway i can get around this?
like tar into several archives and then merge them on untar
thanks
dave
|
|
|
05-23-2005, 08:49 PM
|
#2
|
Member
Registered: May 2005
Location: Pasadena, CA
Distribution: Ubuntu, Fedora
Posts: 50
Rep:
|
I'm not expert in TAR, but I would generally avoid handling anything in bites that big. Too many different issues can get you.
What's the downside of moving 3-4 "tarballs" rather than 1?
|
|
|
05-23-2005, 09:15 PM
|
#3
|
Member
Registered: Nov 2004
Distribution: fc4
Posts: 104
Original Poster
Rep:
|
hey, thanks for your reply
that's what i'm asking
is it possible to run something like
tar -cf -split 500MB file%d.tar
and end up with like file01.tar, file02.tar, file03.tar, file04.tar
then use something like tar xf -join file01.tar file02.tar file03.tar file04.tar
to join them all back together untarred
|
|
|
09-08-2011, 05:32 AM
|
#4
|
Member
Registered: Sep 2011
Posts: 96
Rep:
|
Hi...
Sorry to resurrect such an old thread....
maybe the problem is that ssh can't cope with such a big memory allocation. So, how about doing that not inside ssh? maybe programs like dtach, screen, or tmux could help here.
Quote:
Originally Posted by dtra
hey, thanks for your reply
that's what i'm asking
is it possible to run something like
tar -cf -split 500MB file%d.tar
and end up with like file01.tar, file02.tar, file03.tar, file04.tar
then use something like tar xf -join file01.tar file02.tar file03.tar file04.tar
to join them all back together untarred
|
|
|
|
All times are GMT -5. The time now is 03:05 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|