https://bugzilla.wikimedia.org/show_bug.cgi?id=41028
Dereckson <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |shell CC| |[email protected] Severity|normal |trivial --- Comment #1 from Dereckson <[email protected]> 2012-10-15 07:42:38 UTC --- Thank you for your request. [ Tip for the future: use .tar ] May I suggest in the future you avoid the CPU intensive gzip operation? A video is already pretty compressed, and a storage .tar would be much faster for more or less the same weight. [ How to produce a .tar and not a .tar.gz? ] To produce a .tar, instead to use "tar czvf", drop the z and use "tar cvf" (c for compress, v to be verbose and print handled files, z to do a gzip compression and f to specify an archive target file instead to print result to stdout). ( Adding 'shell' keyword. ) -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
