Bacula-users

[Bacula-users] restore from tape problem

2009-05-26 12:35:16
Subject: [Bacula-users] restore from tape problem
From: Alan Aldrich <aaldrich AT cisdata DOT net>
To: bacula-users AT lists.sourceforge DOT net
Date: Tue, 26 May 2009 08:55:44 -0700
I am backing up mysql databases on a backup client and then backing up  
the database dumps to bacula
on tape as a way of archiving them.

I just went to test a restore of one of the files and got this

26-May 08:43 backup-fd: RestoreFiles.2009-05-26_08.38.43 Error:  
attribs.c:471 Unable to set file flags /backup/bacula-restores/home/ 
backup/weekly/mysql-dump/local.19.sql.gz: ERR=Operation not supported

I wonder.. which operation is not supported?

What file flags is it trying to set?

Any ideas where to start troubleshooting would be appreciated

The job parameters are as follows:

In bacula-dir.conf
JobDefs {
   Name = "MySQL-Archiving"
   Type = Backup
   Level = Differential
   FileSet = "MySQLBackups"
   Schedule = "TuesdayFull"
   Storage = Tape
   Messages = Standard
   Pool = TapeBackup
   Job Retention = 2 years
}

Job {
   Name = "backup-mysql"
   JobDefs = "MySQL-Archiving"
   Client = "backup"
   Write Bootstrap = "/var/lib/bacula/backup.bsr"
}


FileSet {
   Name = "MySQLBackups"
   Include {
     Options {
       compression = GZIP
       signature = MD5
     }
     File = /home/backup/weekly/mysql-dump
   }
   Exclude {
   }
}

Thanks






------------------------------------------------------------------------------
Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT 
is a gathering of tech-side developers & brand creativity professionals. Meet
the minds behind Google Creative Lab, Visual Complexity, Processing, & 
iPhoneDevCamp as they present alongside digital heavyweights like Barbarian 
Group, R/GA, & Big Spaceship. http://p.sf.net/sfu/creativitycat-com 
_______________________________________________
Bacula-users mailing list
Bacula-users AT lists.sourceforge DOT net
https://lists.sourceforge.net/lists/listinfo/bacula-users

<Prev in Thread] Current Thread [Next in Thread>
  • [Bacula-users] restore from tape problem, Alan Aldrich <=