Take a Product Tour
Explore the user interface, features, and capabilities of Logmanager
Quick Start Guide
Deploy Logmanager in your virtual environment
Join our Team
Explore open job opportunities and become part of a team building meaningful technology.
Backups are one of the most important parts of any Logmanager deployment. They help protect configuration, preserve historical data, and make recovery much easier after a failure, migration, or operational mistake. In this guide, you prepare a Samba share on Ubuntu and then point Logmanager to that location for automated archiving.
Prefer watching?
Check the related video walkthrough:
Start by deploying a small Ubuntu 24.04 LTS virtual machine that will store backup archives. Install Samba from the repositories and create a dedicated directory for backup files. Using a separate backup target is useful because it keeps archives outside the main Logmanager appliance.
sudo apt update sudo apt install samba sudo mkdir -p /srv/logmanager-backups
Edit the Samba configuration file and define a share for the backup directory. At minimum, the share must point to the correct path and allow writing from the account that Logmanager will use.
sudo nano /etc/samba/smb.conf
[logmanager-backups] path = /srv/logmanager-backups browseable = yes read only = no writable = yes guest ok = no
sudo systemctl restart smbd sudo ufw allow samba sudo smbpasswd -a <username>
In the Logmanager web interface, go to System → Backup & Restore. Enter the SMB username, password, target URL, and the scheduled time for periodic backups. Enable automatic archiving and save the configuration.
After the first scheduled run, a list of created backups should appear below the configuration form. This confirms that Logmanager can authenticate to the share and store archives successfully.
Parser for Cohesity
Download the ready-made parser for Cohesity.
How to Monitor and Maintain Logmanager Health
Learn how to maintain peak Logmanager performance.
Global Filter for Different Groups of Windows Sources
Configure all your Windows Agents with a single action.
Contextual Alert to Identify Firewall Brute Force Attack Sources
Download the contextual alert template.