Software compress is turned on via the FileSet diretive..ie (compression=GZIP). Make sure you have the correct compression option set in the fileset directives and make sure that whatever software compression you are using is actually installed onto the server.
Jason Pierre Bernhardt wrote: > Hi, > > here the relevant director configuration: > > # Job definition for rotate > JobDefs { > Name = "RotateJob" > Type = Backup > Level = Incremental > Schedule = "Cycle" > Max Start Delay = 14400 > Max Wait Time = 3600 > Spool Attributes = yes > Storage = Libra-8 > Messages = Standard > Pool = Daily > Priority = 9 > } > > Job { > Name = "spaceetch_full" > JobDefs = "RotateJob" > Client = spaceetch-fd > FileSet = "Full Set" > Write Bootstrap = "/var/lib/bacula/spaceetch_full.bsr" > } > > # List of files to be backed up > FileSet { > Name = "Full Set" > Include { > Options { > signature = SHA1 > compression = GZIP > verify = ipnsm1 > aclsupport = yes > onefs = yes > } > File = /boot > File = / > File = /var > } > Exclude { > File = /var/lib/bacula/bacula.db > File = /var/run/* > File = /dev > File = /proc > File = /tmp > File = /lib/init/rw > File = /.journal > File = /.fsck > } > } > > Here the output from the log: > > 10-Feb 14:38 spaceetch-dir: Bacula 2.0.0 (04Jan07): 10-Feb-2007 14:38:16 > JobId: 15 > Job: spaceetch_full.2007-02-10_14.35.00 > Backup Level: Differential, since=2007-02-08 14:45:14 > Client: "spaceetch-fd" 2.0.0 (04Jan07) > i486-pc-linux-gnu,debian,4.0 > FileSet: "Full Set" 2007-02-03 12:09:42 > Pool: "Weekly" (From Run pool override) > Storage: "Libra-8" (From Job resource) > Scheduled time: 10-Feb-2007 14:35:00 > Start time: 10-Feb-2007 14:35:03 > End time: 10-Feb-2007 14:38:16 > Elapsed time: 3 mins 13 secs > Priority: 9 > FD Files Written: 75 > SD Files Written: 75 > FD Bytes Written: 18,573,232 (18.57 MB) > SD Bytes Written: 18,645,524 (18.64 MB) > Rate: 96.2 KB/s > Software Compression: None > VSS: no > Encryption: yes > Volume name(s): DDS3_33 > Volume Session Id: 1 > Volume Session Time: 1171114211 > Last Volume Bytes: 6,685,249,536 (6.685 GB) > Non-fatal FD errors: 0 > SD Errors: 0 > FD termination status: OK > SD termination status: OK > Termination: Backup OK > > 10-Feb 14:38 spaceetch-dir: Begin pruning Jobs. > 10-Feb 14:38 spaceetch-dir: No Jobs found to prune. > 10-Feb 14:38 spaceetch-dir: Begin pruning Files. > 10-Feb 14:38 spaceetch-dir: No Files found to prune. > 10-Feb 14:38 spaceetch-dir: End auto prune. > > Any idea why software compression is turned off? With my Catalog backup I > havn't a problem (both are using same bacula-fd): > > Here teh definition: > > # Default job definition > JobDefs { > Name = "DefaultJob" > Type = Backup > Level = Incremental > Client = spaceetch-fd > FileSet = "Full Set" > Schedule = "Cycle" > Storage = Libra-8 > Messages = Standard > Pool = Default > Priority = 10 > } > > Job { > Name = "BackupCatalog" > JobDefs = "DefaultJob" > Level = Full > FileSet="Catalog" > Schedule = "WeeklyCycleAfterBackup" > RunBeforeJob = "/etc/bacula/scripts/make_catalog_backup bacula" > RunAfterJob = "/etc/bacula/scripts/delete_catalog_backup" > Write Bootstrap = "/var/lib/bacula/BackupCatalog.bsr" > Priority = 11 # run after main backup > } > > # This is the backup of the catalog > FileSet { > Name = "Catalog" > Include { > Options { > compression = GZIP > signature = SHA1 > verify = ipnsm1 > } > File = /var/lib/bacula/bacula.sql > } > } > > Here the log: > > 10-Feb 14:46 spaceetch-dir: Bacula 2.0.0 (04Jan07): 10-Feb-2007 14:46:34 > JobId: 17 > Job: BackupCatalog.2007-02-10_14.35.02 > Backup Level: Full > Client: "spaceetch-fd" 2.0.0 (04Jan07) > i486-pc-linux-gnu,debian,4.0 > FileSet: "Catalog" 2007-01-24 23:10:00 > Pool: "Default" (From Job resource) > Storage: "Libra-8" (From Job resource) > Scheduled time: 10-Feb-2007 14:35:01 > Start time: 10-Feb-2007 14:44:07 > End time: 10-Feb-2007 14:46:34 > Elapsed time: 2 mins 27 secs > Priority: 11 > FD Files Written: 1 > SD Files Written: 1 > FD Bytes Written: 2,415,664 (2.415 MB) > SD Bytes Written: 2,416,870 (2.416 MB) > Rate: 16.4 KB/s > Software Compression: 78.4 % > VSS: no > Encryption: yes > Volume name(s): DDS3_35 > Volume Session Id: 3 > Volume Session Time: 1171114211 > Last Volume Bytes: 4,451,328 (4.451 MB) > Non-fatal FD errors: 0 > SD Errors: 0 > FD termination status: OK > SD termination status: OK > Termination: Backup OK > > 10-Feb 14:46 spaceetch-dir: Begin pruning Jobs. > 10-Feb 14:46 spaceetch-dir: No Jobs found to prune. > 10-Feb 14:46 spaceetch-dir: Begin pruning Files. > 10-Feb 14:46 spaceetch-dir: No Files found to prune. > 10-Feb 14:46 spaceetch-dir: End auto prune. > > > MfG... > Pierre Bernhardt > > > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys-and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > Bacula-users mailing list > Bacula-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/bacula-users > ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Bacula-users mailing list Bacula-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bacula-users