Page 1 of 1

Backups

Posted: Wed Feb 03, 2016 2:09 pm
by BanditBBS
I finally got a NAS share mounted on both nodes that is shared and created a repo. No backups have been performed, what am I missing?

Re: Backups

Posted: Wed Feb 03, 2016 2:12 pm
by jolson
It's likely a permissions problem. Try the following:

Code: Select all

su - nagios
cd /mnt/backuppath
touch file
rm file
Also, note that the backup repository needs to be mounted in the same place across both servers. Hopefully the above gives you enough information to diagnose what might be wrong!

Re: Backups

Posted: Wed Feb 03, 2016 4:22 pm
by BanditBBS
Fixed the perms and then made it run the backup and it froze up and borked up our NAS.....power cyclign the host now as once you get connected is freezes!

Re: Backups

Posted: Wed Feb 03, 2016 4:40 pm
by jolson
Yikes! Does your NAS have enough space to hold the data you're trying to backup? I don't remember your environment being gigantic by any means.