My BackupCatalog is going into Queue stat each evening. I have to create a
new label for the backup to finish each morning. I am backing up to a
second drive. I attached my config files snipped of passwords. How to I
attach an appendable volume to the backup of BackupCatalog? Here is the
directory
I have been using the bacula webmin module on ubuntu 10.0.4 successfully
for the past 2 weeks. I was configuring bacula-dir.conf today to get email
notification working as well as working on other issues. However, somehow,
I messed up Webmin. I can still logon to the bacula server via Webmin and
se
As Martin S. suggested, I ended up moving the script to /etc/bacula and the
bacula was able to run the script before the job ran...which still seems
strange given that the permissions were the same in the /root directory as
in the /etc/bacula directory.
-
When logged on as root, I can run the following script to backup my MySQL
databases to a local folder:
#!/bin/bash
BACKUPLOCATION=/var/local/mysqlbackups
LOGFILE=/usr/local/sbin/backupdbs.log
GZIP="$(which gzip)"
NOW=$(date +"%d-%m-%Y")
RETENTION=30
#remove .gz files greater than 30 days old
find
Thank you, Josh, for your response. I ended up doing two things...
1) I changed the permissions on /mnt/sdb1 using I chmod 777 so everyone has
read/write/execute privilege. This seemed like overkill since I thought
that my problem was related to my labels and pools not being defined
properly. So,
I am running: bacula 5.0.1-1 on ubuntu 10.04 LTS using MySQL db. Install
went ok. I also installed the webmin interface. I have two drives on the
server:
root@cablemon /mnt/sdb1# cat /etc/mtab
/dev/sda1 / ext4 rw,errors=remount-ro 0 0
snipped info...
/dev/sdb1 /mnt/sdb1 ext4 rw 0 0
I want to ba