command line - 7zip: How to exclude files larger than 100mb? -


is there way in 7zip command line zip folder exclude large files (greater 100mb) recursively under it?

if there few files big, write distinctive marker _no7_ in filename , use command line version of 7zip including switch -xr!*_no7_* exclude them archiving. or can set list of things exclude, e.g. filenames, , tell 7zip use list determine exclude. that's ended doing.


Comments

Popular posts from this blog

sql server - Cannot query correctly (MSSQL - PHP - JSON) -

php - trouble displaying mysqli database results in correct order -

C++ Linked List -