Hi Chirstian,

I had the same problem on 14.2.2. I switched to using the BPIPE method as a 
workaround.

I assume this is  a bug but i have not reported it.


Here is my bpipe file set:

FileSet {
  Name = "Linux-MySQLServer"
  Include {
    Options {
      Signature = MD5 # calculate md5 checksum per file
      One FS = No     # change into other filessytems
      FS Type = ext2  # filesystems of given types will be backed up
      FS Type = ext3  # others will be ignored
      FS Type = ext4
      FS Type = xfs
      FS Type = reiserfs
      FS Type = jfs
      FS Type = btrfs
      sparse = yes
    }
    File = /
  }
  Exclude {
    File = /var/lib/bareos
    File = /var/lib/bareos/storage
    File = /mnt
    File = /proc
    File = /tmp
    File = /.journal
  }
  Include {
    Plugin = "bpipe:/MYSQL/AllDatabases.sql:mysqldump --opt 
--all-databases:gzip > /var/tmp/bareosRestore.sql.gz"
    Options {
      signature = MD5
      compression = gzip
    }
  }
}

-- 
You received this message because you are subscribed to the Google Groups 
"bareos-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to