LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   tar .. alternative (https://www.linuxquestions.org/questions/linux-software-2/tar-alternative-103530/)

mikeshn 10-13-2003 04:01 PM

tar .. alternative
 
I used tar many times, but today when I was trying to create a file from directory of 1.8 GIG it crashed. Is some alternative to tar exist?

Jan_73 10-13-2003 04:16 PM

This might not be a real solution, as it still makes use of TAR.
but you could try to use 'file-roller' .
type file-roller in the shell. In my Redhat 9 distro it was included in /usr/bin/file-roller.
it is an Graphical frontend to TAR with the option to use bzip2 or gnu-zip (gz)

TAR in itself doesn't use compression ! so, if you backup 1.8 Gig, the output will also be 1.8 Gig ! Maybe you have run out of diskspace somewhere.

The reason for TAR in itself is uncompressed is:
when you backup files on a tapestreamer and part of the tape has become unreadable then you can still save files from parts of the tar that is still readable.

But since most of the backups today are on harddisk, you could compress the tar with bzip2 or gz.
the program file-roller first creates a TAR file and then automatically compresses it with bzip or gz. (its up to you on which compression you would like to use)

There is also RAR for linux, but is not free.

greetings and regards,

Jan

Jan_73 10-13-2003 04:16 PM

This might not be a real solution, as it still makes use of TAR.
but you could try to use 'file-roller' .
type file-roller in the shell. In my Redhat 9 distro it was included in /usr/bin/file-roller.
it is an Graphical frontend to TAR with the option to use bzip2 or gnu-zip (gz)

TAR in itself doesn't use compression ! so, if you backup 1.8 Gig, the output will also be 1.8 Gig ! Maybe you have run out of diskspace somewhere.

The reason for TAR in itself is uncompressed is:
when you backup files on a tapestreamer and part of the tape has become unreadable then you can still save files from parts of the tar that is still readable.

But since most of the backups today are on harddisk, you could compress the tar with bzip2 or gz.
the program file-roller first creates a TAR file and then automatically compresses it with bzip or gz. (its up to you on which compression you would like to use)

There is also RAR for linux, but is not free.

greetings and regards,

Jan

LoungeLizard 10-13-2003 04:33 PM

you can also try cpio

mikeshn 10-13-2003 05:26 PM

I run the command:
tar -cvf gile.tar

the command crushed and created the file. How this file could be creat?

-rwsrwsrwt 1 root root 0 Dec 31 1969 ???


All times are GMT -5. The time now is 01:02 AM.