Re: question about TAR
Em Thursday 29 November 2007 20:14:18 Ouattara Oumar Aziz (alias wattazoum)
escreveu:
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 ?
have you tried this?
tar xf archive1.tar relative/path/to/file | tar rf \
archive2.tar -
--
ubuntu-users mailing list
ubuntu-users@xxxxxxxxxxxxxxxx
Modify settings or unsubscribe at:
https://lists.ubuntu.com/mailman/listinfo/ubuntu-users
Relevant Pages
- Re: How to "wipe" ALL Mac files slack space?
... would need to install both minimum OSX and minimum Vista. ... there is no guarantee that tar will work properly with OSX ... Microsoft is known for creating position-dependent files on disk, ... (comp.sys.mac.system) - Re: O_DIRECT question
... It should return the number of bytes successfully written before the error, giving you the location of the first error. ... but you do need to be sure it has hit the disk before continuing. ... The pipe fills up quickly while dd is blocked on the sync write, which then blocks tar until all 16 MB have hit the disk. ... Semantics deals with the state of the machine after the call, not how quickly it got there. ... (Linux-Kernel) - Re: burning hard drive to disk
... >> need to get all the data off of it prior to a reinstall. ... use dd again to write to the disk. ... structure then surely tar in combination with split as other have mentioned ... The reverse sequence would dd all CDs in sequence and pipe ... (comp.unix.bsd.freebsd.misc) - Re: quickly partition disk, copy an image, install grub
... just clarifying: ... > swapp partitions might be of major issue on usb-sticks and cf ... > the problem with low level copying a disk to another with dd... ... tar /mnt/master ... (Debian-User) - RE: [SLE] best way to mirror partitions
... >> I did a tar to move a partition to a newly formatted ... > How to copy a Linux system from one disk to another. ... > tar to copy the disk, but this method was found to have a bug. ... (SuSE) |
|