On 02/25/2015 11:20 PM, Ashley wrote:
> 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"
I think this would also need the sh -c trick, and using bpipe like that
does not make much sense, as the idea is to pipe the output of mysqldump
instead of using local filesystem space.
For MySQL bpipe examples see
http://doc.bareos.org/master/html/bareos-manual-main-reference.html#x1-406000G.2.3
> Options {
> signature = MD5
> compression = gzip
> }
> }
> }
>
--
Stephan Dühr [email protected]
Bareos GmbH & Co. KG Phone: +49 221-630693-90
http://www.bareos.com
Sitz der Gesellschaft: Köln | Amtsgericht Köln: HRA 29646
Komplementär: Bareos Verwaltungs-GmbH
Geschäftsführer: S. Dühr, M. Außendorf,
J. Steffens, Philipp Storz, M. v. Wieringen
--
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.