Prerequisites to add Mac

Prerequisites to add Mac

Before you add a Mac Endpoint to the BDRSuite Server/Client, check the following prerequisites.

1.User Account with Root Privileges:

Make sure the user account you specify to add the Mac has root privileges. If you add a non-root account, make sure to provide the root password.

2.User Account Credentials:

You can add the user account credentials using any of the following options:
i) Mac Account Option:
You can connect to the Mac directly using the Username and Password of the specified user account
ii) Mac Private Key Option:
You can connect to the Mac using the Identity/Pubkey authentication method.
If you have already generated public-private key pair, provide the Username, Private key, and Passphrase (if applicable) and save the Mac credentials (or) you can follow the steps below to generate the public-private key pair.
Step 1: Generate a pair of keys – a public key and a private key using the command below:
Quote
ssh-keygen -t rsa
Step 2: Specify the location and the file name in the format .ppk to save the key.
Quote
Example: /home/key.ppk
Step 3: Enter a passphrase or leave it empty. The private key is protected with a passphrase.
Step 4: Then, the private key (.ppk) and public key (.pub) will be saved to the specified location and file.
Quote
Example: Your identification has been saved in /home/key.ppk Your public key has been saved in /home/key.ppk.pub
Step 5: On the target Endpoint, Public-key needs to be kept in a special authorized keys file containing a list of public keys. Use the command below to copy the public key.
Quote
xclip -sel clip < public key location Example: xclip -sel clip < ~/.ssh/id_rsa.pub
 Step 6: Now paste the command into the following file location:
Quote
/var/root/.ssh/authorizedkeys
Step 7: Copy the Private Key file to the backup server using any FTP tools. You now have the Public key on the Mac and the Private key on the backup server.

3.Ports

Ensure the following:

  1. The SSH Port is open allowing remote access to the machine. The default SSH port is 22. If you run the SSH server in a different port, make sure the port is accessible.
  2. BBA installed on the target Endpoint – Mac uses port 42005 to communicate with the Backup Server. Make sure your firewall rules allow port 42005 to be open for communication.

4.Internet Connection

Ensure:
  1. The target Endpoint (Mac) has internet access.

5. Supported Operating Systems

The following Mac versions are supported for backup in the BDRSuite Backup Server;
  1. Mac Intel Based (64-bit): 
  2. MacOS Mojave 10.14 & above
  3. Mac Arm Based (64-bit):
  4. MacOS BigSur 11 & above

6. System Requirements

Ensure to organize these system requirements;
  1. Memory: Minimum: 2 GB
  2. CPU: Minimum: Dual-Core Processor
    • Related Articles

    • Prerequisites to Add Linux Machine

      KB ID : 115201 Before you add a Linux machine (Servers/Endpoints) to the BDRSuite Server/Client, check the following prerequisites. 1.User Account with Root Privileges: Make sure the user account you specify to add the Linux machine has root ...
    • Prerequisites to add Hyper-V Host

      Prerequisites to install BDRSuite Integration Service (VIS) on Microsoft Hyper-V To backup the virtual machines in Hyper-V, BDRSuite will automatically install BDRSuite Integration Service (VIS) in the Hyper-V Server when it is added for backup. Make ...
    • Prerequisites to Automatically Add KVM Host

      KB ID: 115210 Overview: This article outlines the essential prerequisites for automatically adding a KVM host to the BDRSuite Backup Server. Meeting these requirements ensures smooth connectivity and communication between the KVM host and the backup ...
    • Prerequisites to Add Servers & Endpoints (Windows, Linux, Mac) on the BDRCloud Server using the Manual Agent Installation method

      KB ID: 115209 BDRCloud Backup Agent (BBA) runs with the service name - BDRSuite Delegation Service (BDS) is a mandatory component for backup operations and is installed on the backup host (Windows/Linux/Mac). Steps to Add Windows Host on the BDRCloud ...
    • Prerequisites for Adding a Mac to BDRSuite

      KB ID: 115208 Overview This article outlines the prerequisites necessary for successfully adding a Mac machine to BDRSuite for efficient backup and data protection. Prerequisites 1. User Account with Root Privileges Ensure that the user account you ...