Hi all,

I am using bacula 2.2.4.

I have a SD that stores backups to a disk that will be mounted at
backup time (FTP storage mounted with curlftpfs).

In previous versions of bacula there was no way to make the SD
unmount that "disk" after finishing a job.

This has been fixed in the current release and works great now.

But now another problem has risen instead:

If a disk volume is full (if "Maximum Volume Bytes" is reached) it
asks for the next volume to be mounted instead of doing it
automatically like before:

30-Sep 13:41 vesta-sd: Please mount Volume "FtpVol-0033" or label a new one for:
    Job:          vesta-ImportantData.2007-09-30_03.05.02
    Storage:      "FtpFileStorage" (/mnt/backup)
    Pool:         VestaFtp
    Media type:   File


This did not happen with previous versions.

What is a bit strange: After waiting several hours and sending
several mails with the message above it *will* do the mount
automatically and finish the backup successfully.


Any hints someone what could be the cause for this?


This is the Device config in bacula-sd.conf:

Device {
  Name = FtpFileStorage
  Device Type = File
  Media Type = File
  Requires Mount = Yes
  Mount Point = /mnt/backup
  Mount Command = "/usr/bin/curlftpfs -o allow_root ******:[EMAIL PROTECTED] %m"
  Unmount Command = "/usr/bin/fusermount -u %m"
  Archive Device = /mnt/backup
  LabelMedia = yes              # lets Bacula label unlabeled media
  Random Access = Yes
  Automatic Mount = yes         # mount new volumes automatically
  RemovableMedia = yes
}

This is the pool config in bacula-dir.conf:

Pool {
  Name = VestaFtp
  Storage = vesta-sd
  Pool Type = Backup
  Recycle = yes               # Bacula can automatically recycle Volumes
  AutoPrune = yes             # Prune expired volumes
  Volume Retention = 6 months

  Label Format = "FtpVol-"

  Maximum Volume Bytes = 1073639424
  Maximum Volumes = 50
}

-Marc
-- 
+------------------------------------------------------------------+
|              --> http://www.links2linux.de <--                   |
|                                                                  |
+---Registered-Linux-User-#136487------------http://counter.li.org +

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to