Deleting files

From Freephile Wiki
Jump to navigation Jump to search

Everyone cares about backups. But creating backups of backups of backups, or old archaic files, or temporary downloads, or massive files that are available forever on the Internet such as free software tarballs, iso files etc. is foolish. This is all to say that you need to delete files before you backup!

I hope to expand this topic at a later date (and I'm 100% positive that I already have the content in one of my other sites). Until then, refer to the top answer at this StackExchange https://unix.stackexchange.com/questions/381391/find-biggest-files-and-delete-automatically

When Pigs Fly[edit | edit source]

GZip and Tar are the venerable workhorses for compressing files and creating archives in Linux. wp:Mark Adler created Parallel Implementation of GZip (PIGZ) that leverages multiple cores and processors. For more on pigz, and it's counterpart unpigz, see https://www.tecmint.com/compress-files-faster-in-linux/ or sudo apt install pigz and RTFM.