Re: question about TAR
- From: "Ouattara Oumar Aziz (alias wattazoum)" <wattazoum@xxxxxxxxx>
- Date: Fri, 30 Nov 2007 19:44:16 +0100
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Owen Townend a écrit :
On Thu, 2007-11-29 at 23:14 +0100, Ouattara Oumar Aziz (alias wattazoum)
wrote:
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
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.
Thank you very much for your answer. I think I'll do it using the disk (
extracting and reTarring it back ) one file at a time.
This is for a backup software that I am developing that's why I needed
to have a generic way to do it (without assuming that the user have some
free hardrive ) :-)
Thanks again
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFHUFoA3oNqSZ7gEVoRAvrnAKCk+2ZfzOtRf2Xx+c/sk3wlrFjWlwCgpobn
6VMVW8f3Er7PMkvytVRi7nE=
=e1GD
-----END PGP SIGNATURE-----
--
ubuntu-users mailing list
ubuntu-users@xxxxxxxxxxxxxxxx
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users
- References:
- question about TAR
- From: Ouattara Oumar Aziz (alias wattazoum)
- Re: question about TAR
- From: Owen Townend
- question about TAR
- Prev by Date: Re: Mounting a hard disk
- Next by Date: Package of Liberation Fonts
- Previous by thread: Re: question about TAR
- Next by thread: Re: question about TAR
- Index(es):
Relevant Pages
|