Restarting the internal backup processes and service

To apply advanced settings, you often need to restart the Backup FP (the internal process associated with Backup Manager).

The service will not restart itself if stopped, so will need to be manually restarted. However, it will start up as normal after a device reboot as long as it has not been disabled.

Windows instructions

Here is how to restart the Backup FP on Windows:

  1. Open the Start menu
  2. Start the Services Console by typing Services into the search menu, or services.msc in the Run program
  3. Scroll until you find the Backup Service Controller service
  4. Right-click and choose Restart

You may also stop and start the service as needed by following the above instructions, but selecting Stop or Start in step 4

Linux instructions

On Linux, start a terminal emulator and run one of the following commands:

You may also stop and start the service as needed by using the stop and start commands individually

  • Restart the service with systemctl:

    $ sudo systemctl restart ProcessController

  • OR restart with service:

    $ sudo service ProcessController restart

  • OR restart with SysV script:

    $ sudo /etc/init.d/ProcessController restart

macOS instructions

On macOS, start the Terminal and run the following commands:

sudo launchctl unload -w /Library/LaunchDaemons/com.cloudbackup.BackupFP.plist 
sudo launchctl load -w /Library/LaunchDaemons/com.cloudbackup.BackupFP.plist

You may stop and start the service as needed by using the unload and load commands individually