You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 24, 2022. It is now read-only.
Attempting to use the -x option if the directory contains a large number of files results in the following:
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 02015/06/01 15:49:32 could not run tar: fork/exec /usr/bin/tar: argument list too long
This is probably because the directory has 15,502 files in it. I believe the appropriate solution is to add the option -T - to the tar command, and to send the list of files to add via stdin.
The text was updated successfully, but these errors were encountered:
Attempting to use the
-x
option if the directory contains a large number of files results in the following:This is probably because the directory has 15,502 files in it. I believe the appropriate solution is to add the option
-T -
to the tar command, and to send the list of files to add via stdin.The text was updated successfully, but these errors were encountered: