Page 1 of 1

Multiple Local Backups

Posted: Fri Aug 08, 2025 6:16 am
by AngeloMileto
Is there a way to schedule multiple local backups? All of our file shares are on Windows so I can't use the FTP/SSH option and all I have is local. I like having the local backup to the local machine but I also wanted to make another copy to the network via a cifs mount.

So I was thinking to must make the backup with multiple "local" locations. One would be the real local drive/path and the other would actually be a cifs mount point to the network share.

I figured I'd ask here first before scheduling a cron job or something to copy the contents of the current local backup path to the network.

Re: Multiple Local Backups

Posted: Thu Aug 14, 2025 4:46 pm
by zross
Hey,

Sorry I don't believe there is a way to at the moment.

Zachary Ross

Re: Multiple Local Backups

Posted: Thu Aug 14, 2025 5:02 pm
by tlarson
Hi,

Nagios XI does not support multiple locations for scheduled local backups. However, creating a cron job to copy the contents of the local backup to a network share is a valid way to achieve this.

More information regarding Nagios XI backups can be found in the official documentation:
https://support.nagios.com/kb/article/n ... s-482.html

Let us know if you have any other questions.

Re: Multiple Local Backups

Posted: Fri Aug 15, 2025 9:11 am
by zrobinson
Hi @AngeloMileto,

Thank you for reaching out. Local backups to multiple locations is not a currently supported feature of Nagios XI. I've created an internal feature request for this. Please let us know if you have any further questions or feedback.

Thanks,
Zachary Robinson

Re: Multiple Local Backups

Posted: Fri Aug 15, 2025 9:13 am
by AngeloMileto
Thanks! I was thinking the same thing. I'll probably setup a cron job to run after the scheduled local backup that just does an rsync to the network share.