General directives for migration: Difference between revisions

Jump to navigation Jump to search
replace external tar reference with internal
(replace external tar reference with internal)
Line 17: Line 17:
* If you find any large files named like <code>core.12345</code> and you don't know that they are, they are probably [https://en.wikipedia.org/wiki/Core_dump core dumps] and can be deleted.
* If you find any large files named like <code>core.12345</code> and you don't know that they are, they are probably [https://en.wikipedia.org/wiki/Core_dump core dumps] and can be deleted.


=== Compress and archive ===
=== Archive and compress ===
Most file transfer programs move one file of a reasonable size more efficiently than thousands of small files of equal total size. If you have directories or directory trees containing many small files, use [http://www.howtogeek.com/248780/how-to-compress-and-extract-files-using-the-tar-command-on-linux/ tar] or [https://www.cyberciti.biz/faq/how-to-create-a-zip-file-in-unix/ zip] to combine (archive) and compress them.
Most file transfer programs move one file of a reasonable size more efficiently than thousands of small files of equal total size. If you have directories or directory trees containing many small files, use [[Archiving and compressing files|tar]] to combine (archive) them.


Large files can also benefit from compression in many cases, especially text files or numeric data stored as human-readable text. You can use again use [http://www.howtogeek.com/248780/how-to-compress-and-extract-files-using-the-tar-command-on-linux/ tar] for this, or [https://www.gnu.org/software/gzip/manual/gzip.html gzip], or [https://www.cyberciti.biz/faq/how-to-create-a-zip-file-in-unix/ zip].
Large files can also benefit from compression in many cases, especially text files or numeric data stored as human-readable text. You can use again use [[Archiving and compressing files|tar]] for this, or [https://www.gnu.org/software/gzip/manual/gzip.html gzip], or [https://linux.die.net/man/1/xz xz].


=== Avoid duplication ===
=== Avoid duplication ===
Bureaucrats, cc_docs_admin, cc_staff
2,774

edits

Navigation menu