Page 1 of 1

[Solved] Config backup for offsite backups

Posted: Thu Sep 14, 2017 7:11 pm
by Confab
I need to backup all of my switch config.
Unimus is gathering them, but now I need to backup them offsite.
Since Unimus is installed on a VM here, I have to backup the entire VM.
Any way I could just backup the .txt files?

Thx!

Re: Config backup for offsite backups

Posted: Thu Sep 14, 2017 7:13 pm
by Tomas
Hi,

Everything is stored in the database, best solution would be to just backup the DB off-site.

What DB are you using Unimus with?

Re: Config backup for offsite backups

Posted: Fri Sep 15, 2017 4:45 pm
by Confab
What DB are you using Unimus with?
I've let everything to default during the installation.
I'd need to know where it is located.

Re: Config backup for offsite backups

Posted: Fri Sep 15, 2017 4:48 pm
by Tomas
Confab wrote: I've let everything to default during the installation.
I'd need to know where it is located.
You can find everything in the config file.

'/etc/unimus/unimus.properties'
'C:\ProgramData\Unimus\unimus.properties'

The DB location will be there.
Back up the DB directory somewhere off-site, and you should be good :)

Re: Config backup for offsite backups

Posted: Mon Sep 18, 2017 12:14 pm
by Confab
Oh!! I feel so noob :) I searched in C:\Program Files\Unimus and did not look into C:\ProgramData\Unimus for the DB ... My bad!
Got everything I wanted. Thx!!