How to Exclude Mount Points on Linux Client
- 13 Nov 2023
- 1 Minute to read
- Print
- DarkLight
- PDF
How to Exclude Mount Points on Linux Client
- Updated on 13 Nov 2023
- 1 Minute to read
- Print
- DarkLight
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
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:
- Turn up logging: sudo /usr/local/retrospect/client/retroclient -log 9
- Add Linux Client to Engine
- Turn down logging: sudo /usr/local/retrospect/client/retroclient -log 1
- In /var/log/retropds.log, review these entries:
FSBuildExcludeList: excluding ...
The log will help you diagnose the issue.
Last Update: January 27, 2022
Was this article helpful?