What's New in Retrospect – Retrospect Backup 19 + Retrospect Virtual 2022 + Retrospect Cloud Storage

How to Exclude Mount Points on Linux Client

Resources



title: How to Exclude Mount Points on Linux Client created_at: 2022.01.27 updated_at: 2022.01.27 category: Resources ---

Retrospect Client for Linux by default lists every mount point as separate volumes to be protected. To exclude a subset of these, you can create a /etc/retroclient.excludes file with the following format:

# exclude these 3 mount points:
/dev/shm
/run
/snap/gnome-logs/73

To troubleshoot it:

  1. Turn up logging: sudo /usr/local/retrospect/client/retroclient -log 9

  2. Add Linux Client to Engine

  3. Turn down logging: sudo /usr/local/retrospect/client/retroclient -log 1

  4. In /var/log/retropds.log, review these entries:

    FSBuildExcludeList: excluding ...

The log will help you diagnose the issue.


Last Update: 27 January, 2022