question about TAR
Owen Townend
bowbowbow at optushome.com.au
Fri Nov 30 00:34:10 UTC 2007
On Thu, 2007-11-29 at 23:14 +0100, Ouattara Oumar Aziz (alias wattazoum)
wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Hello
>
> I would like to know if it's possible to transfer a file from one tar
> archive to another (without untarring it on the disk)
>
> For example , I have a 2GB dir in a TAR archive and I want to transfer a
> subdir of 1GB to another TAR file. I don't have 1GB free on my disk .
> Can Tar handle this ?
>
> Best regards
> wattazoum
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.6 (GNU/Linux)
> Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
>
> iD8DBQFHTzm63oNqSZ7gEVoRAhYfAJ9mo7CPSIYAVJvxEsi48PEnMqYkPgCfaYk9
> 3IiniOaLpCKr4y71mwCkmWQ=
> =1tnW
> -----END PGP SIGNATURE-----
>
>
Hey,
Tar can add to an existing archive (--append or --concatenate), so the
second part's OK. Tar can extract parts of and archive (--extract) and
tar can remove parts of an archive (--delete) but I am not sure there is
a way to use all of these simultaneously to facilitate a move. Some disk
space will need to be used.
Depending on the file sizes you may be able to use the available space
and do the move in many small steps instead of one large one. Another
option could be to extract the files to an external storage medium,
remove them from the previous archive before then re-reading them into
the new archive.
Do you have other IO available if there's no disk space? A spare tape
or networked machine?
Just some thoughts.
cheers,
Owen.
More information about the ubuntu-users
mailing list