bug-tar
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-tar] what is the point of archiving /proc "files" if you can't extr


From: 積丹尼 Dan Jacobson
Subject: [Bug-tar] what is the point of archiving /proc "files" if you can't extract them later?
Date: Sun, 06 Nov 2016 07:41:48 +0800

Tar can archive these /proc "files" just fine,
but it can't extract them. It gets fooled by its storing a zero file size.
$ tar -cf /tmp/g /proc/[0-9]*/stat
$ strings /tmp/g|head #yup, content of files is in the archive
$ tar --to-stdout -xf /tmp/g #huh, nothing

tar (GNU tar) 1.29
See also
http://stackoverflow.com/questions/3630976/how-can-i-tarball-the-proc-file-system



reply via email to

[Prev in Thread] Current Thread [Next in Thread]