i'm trying to create several 1GB files to burn. This splitting into parts works when the media type is dvd but it is not honored for File Media Type
here is the config i'm using
any idea why is that? is that directive ignored for local files (not according to the docs)?? it is creating a single 2.5GB file

Device {
 Name = "To Burn"
 Media Type = File
 Archive Device = /var/backups/bacula/dvd
 LabelMedia = yes;                   # lets Bacula label unlabeled media
 Random Access = Yes;
 AutomaticMount = yes;               # when device opened, read it
 RemovableMedia = no;
 AlwaysOpen = no;
 Device Type = File
*Maximum Part Size = 1049.6M;* #to create 4 files in a 4.7GiB dvd, it adds up to 4.1GB and the disk is 4.3GB
}

i'm using bacula 2.4.2

Thanks,

Alejandro

------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to