When you create a tar archive and have an error: /bin/tar: Argument list too long, then you could try an argument of tar:
-T or --files-from=F
(which allows you to get names to extract or create from file F).
Showing posts with label tar. Show all posts
Showing posts with label tar. Show all posts
Sunday, November 23, 2008
linux:shell: /bin/tar: Argument list too long
Labels:
argument list too long,
error,
linux,
shell,
tar
Thursday, June 21, 2007
Linux:compress: restrictions about zipped tar files
From the tar's user guide:
Notice also, that there are several restrictions on operations on compressed archives. First of all, compressed archives cannot be modified, i.e., you cannot update (--update (-u)) them or delete (--delete) members from them. Likewise, you cannot append another tar archive to a compressed archive using --append (-r)). Secondly, multi-volume archives cannot be compressed.
Subscribe to:
Posts (Atom)
