0% found this document useful (0 votes)
102 views2 pages

Backup - Tactical RMM Documentation

Backup
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
102 views2 pages

Backup - Tactical RMM Documentation

Backup
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

09/08/2024, 12:15 Backup - Tactical RMM Documentation

Backup

Backing up the RMM

Note

This is only applicable for the standard install, not Docker installs.

A backup script is provided for quick and easy way to backup all settings/data into one
file to migrate to another server.

Warning

The backup script does not self update itself. Always make sure you have latest version
from the master branch by verifying the SCRIPT_VERSION at the top of the file matches.

Make sure you are logged into the user you used to install TRMM eg tactical . Then
download and run the backup script:

wget -N
https://raw.githubusercontent.com/amidaware/tacticalrmm/master/backup.sh
chmod +x backup.sh
./backup.sh

The backup tar file will be saved in /rmmbackups with the following format:

rmm-backup-CURRENTDATETIME.tar

Schedule to run Daily via Cron

Note

You MUST enable passwordless sudo for your linux user or you won't get all files backed
up, do a dry run first before setting up a schedule! You should verify this also by doing a
test restore or verify the files have content.

To schedule automated daily backups run the script with the --schedule flag

https://docs.tacticalrmm.com/backup/ 1/2
09/08/2024, 12:15 Backup - Tactical RMM Documentation

./backup.sh --schedule

This will do the following:

Create daily, weekly and monthly folders under /rmmbackup.

Schedule backups using cron to run at midnight every night.

As well as Daily backups, there are monthly backups on the 10th day of every month
and weekly backups every Friday.

Automated pruning of backup files, daily kept for 2 weeks, weekly for 2 months and
monthly for 1 year. To calculate estimated disk needs, take the size of a manual
backup and * 37. eg 600MB backup * 37 = 22.2GB of space needed.

Calculate Backup Size (in MB): MB * 37 = Calculate Total Space


needed MB

Warning

The backup script will just save to your server drive, you ideally want to automate moving
this to another server. Please ensure you have space for the backups to be stored.

Video Walkthru

Tactical RMM: Standard Install, Backup…


Backup…

https://docs.tacticalrmm.com/backup/ 2/2

You might also like