Since macOS is based on Unix there are a number of ways to compress files and folders within the filing system using Unix based application code, below are a few options using the Terminal or command line interface (cli). The default command line application interface in macOS is the Terminal and is stored in /Applications/Utilities.
How to Copy Large Files From Your Phone to a Computer. There are plenty of ways to transfer large files between Windows, Mac, iOS, and Android devices, including AirDrop, Google Photos, Bluetooth. Nov 21, 2020 Store all files from these two locations in iCloud Drive. When storage space is needed, only the files you've opened recently will be kept on your Mac, so that you can work offline easily. Files only stored in iCloud will display a download icon, which you can double-click to download the original file. Learn more about this feature.
File and folder compression saves on file size and ensures the contents are captured and delivered or stored as one monolithic file. A compressed file which contains files and folders is generally referred to as an archive. Here are some built-in compression applications you can use including zip, tar, gz, bz2, gz and dmg.
First up is ZIP one of the most commonly used compression techniques used across all platforms
To compress
To extract
If you want to make a zip without those invisible Mac resource files such as “_MACOSX” or “._Filename” and .ds store files, use the “-X” option in the command so:
Second up is TAR, an old favorite on Unix/Linux – you add the GZ for the compression – compresses tighter than zip
To compress
To extract
A variation on TAR GZ but with better compression than both tar.gz and zip.
To compress
To extract
Without the tar
To extract
This one is macOSnative only – for a GUI interface use /Applications/Utilities/Disk Utility – for command line use:
To create
To mount
To view
To Eject
You can also use a number of different formats for creating a .dmg
That’s the low down, the more common compression packages available will typically be covered in one of the above.