How to back up manually full mail mac 10.11

To back up your full Mail database manually on a Mac running OS X 10.11 (El Capitan), you can follow these steps:

Method 1: Using the Terminal

  1. Open the Terminal app on your Mac. You can find it in the Applications/Utilities folder, or use Spotlight to search for it.
  2. Type the following command and press Enter:
    cd ~/Library/Mail/V2/MailData

    This will take you to the directory where your Mail database is stored.

  3. Type the following command to create a backup of your Mail database:
    cp -R MailData ~/Desktop/MailBackup

    This will create a copy of your Mail database on your desktop.

  4. To verify that the backup was successful, you can check the size of the backup folder on your desktop. It should be similar to the size of your original Mail database.

Method 2: Using the Finder

  1. Open the Finder on your Mac.
  2. Navigate to the following directory:
    ~/Library/Mail/V2/MailData

    You can do this by clicking on the "Go" menu in the Finder menu bar, selecting "Go to Folder", and typing in the path.

  3. Select all the files and folders in the MailData directory by pressing Command+A.
  4. Right-click (or Control-click) on the selected files and folders, and select "Duplicate" from the context menu.
  5. Name the duplicated folder something like "MailBackup" and move it to your desktop or another location of your choice.
  6. To verify that the backup was successful, you can check the size of the backup folder. It should be similar to the size of your original Mail database.

Important notes: