Re: [Bacula-users] Looking to move away from tape

2019-09-17 Thread Oliver Lehmann
Hi, why USB? Ever considered eSATA + external drive cage where you can plug in and out the harddrives easily? Using this for years now... usually my backup-drive remains in the system - I have just a second harddisk I plug in 4 or 5 times a year and then store it in a different physical l

Re: [Bacula-users] bacula and SQLite

2019-04-22 Thread Oliver Lehmann
David Brodbeck wrote: I've been wondering the same thing, especially since there seems to be no official way to migrate an SQLite database to PostgreSQL or MariaDB. I'm actually not opposed to doing using one of those (I feel like a "real" RDBMS might offer better performance and stability in

Re: [Bacula-users] bacula and SQLite

2019-04-19 Thread Oliver Lehmann
Hi Radoslaw, thanks for your mail. I would understand that if the developers say that they don't want to support SQLite because of the extra work it creates for them to support it. But this would be more or less the only reason I could accept ;-) SQLite is a good solution for an embedded RDBMS.

[Bacula-users] bacula and SQLite

2019-03-29 Thread Oliver Lehmann
Hi, I just migrated my Bacula installation from 7 to 9. During executing the DB schema update Tool, I noticed, that SQLite got deprecated. I wonder why? :( I didn't wanted to install, maintain a full RDBMS which eats up ressources and might contain security issues just to get my backups

Re: [Bacula-users] HEADS UP - changes to FreeBSD Bacula ports

2012-04-03 Thread Oliver Lehmann
Dan Langille wrote: > Comments? Questions? Volunteers for testing? Volunteers for > improvements to the solution? Ho do other packaging solutions solve this problem? Or do they install always the server and the client part together? --

[Bacula-users] automatic mount / unmount after Backup

2012-04-02 Thread Oliver Lehmann
Hi, I'm backing up with bacula using an eSATA harddisk I'd like to automatically mount before bacula accesses it and unmount it after the access is done. I'm running FreeBSD 9/amd64. I have the following bacula-sd.conf part: Device { Name = FileStorage Media Type = File Archive Device

Re: [Bacula-users] automatic unmount of FS after backup?

2009-12-22 Thread Oliver Lehmann
y - This was PEBKAC (forgot to restart bacula-dir) -- Oliver Lehmann http://www.pofo.de/ http://wishlist.ans-netz.de/ -- This SF.Net email is sponsored by the Verizon Developer Community Take advantage of Verizon

[Bacula-users] automatic unmount of FS after backup?

2009-12-22 Thread Oliver Lehmann
mount | grep backup /dev/ufs/backup on /mnt/backup (ufs, local, nosuid, soft-updates, mounted by bacula) r...@nudel etc> su - bacula -c "/sbin/umount /mnt/backup" r...@nudel etc> mount | grep backup Exit 1 r...@nudel etc> -- Oliver Lehmann http://www.pofo.de/ http://wish

Re: [Bacula-users] Block checksum mismatch error

2009-12-20 Thread Oliver Lehmann
#x27;m not sure if the eSATA connection is also wrapped through the controller chip of if it is attached directly to the SATA port of the harddisk. -- Oliver Lehmann http://www.pofo.de/ http://wishlist.ans-netz.de/ -- This

Re: [Bacula-users] Block checksum mismatch error

2009-12-20 Thread Oliver Lehmann
now to the internal usb 1.0 controller and start a full backup again (even if this will take nearly a day to complete :( -- Oliver Lehmann http://www.pofo.de/ http://wishlist.ans-netz.de/ -- This SF.Net email is spon

Re: [Bacula-users] Block checksum mismatch error

2009-12-19 Thread Oliver Lehmann
Arno Lehmann wrote: > Hello, > > 18.12.2009 14:38, Oliver Lehmann wrote: > > Dan Langille writes: > > > >> Have you considered that perhaps your backup is corrupted? That is, the > >> USB2 HDD that you have backed up to contains a disk error? >

Re: [Bacula-users] Block checksum mismatch error

2009-12-18 Thread Oliver Lehmann
Dan Langille writes: > > Have you considered that perhaps your backup is corrupted? That is, the > USB2 HDD that you have backed up to contains a disk error? > > I would be very careful with that HDD, whatever you do, especially if > that is your only backup of this data. I'm starting

[Bacula-users] Block checksum mismatch error

2009-12-18 Thread Oliver Lehmann
Hi, I had a "situation" today where I needed to recover my /boot directory. Not bad that I have backups I thought. But then I got a restore error. I already restored from time to time stuff with bacula and never got this kind of error. I neither have bad RAM, nor is my CPU overclocked. The erro

Re: [Bacula-users] [Bacula-devel] Releasing the new batch DB insert code

2007-03-23 Thread Oliver Lehmann
1 Error unable to allocate string bytes of shared memory ("string","string","string","string") Cause More shared memory is needed than was allocated in the shared poo

Re: [Bacula-users] force bacula to do a specific type of backup

2007-02-27 Thread Oliver Lehmann
ackup Recycle = yes # automatically recycle Volumes AutoPrune = yes # Prune expired volumes Volume Retention = 6 days Maximum Volume Jobs = 5 Label Format = Inc- Maximum Volumes = 6 } -- Oliver Lehmann http://www.pofo.de/ http://wishlist.ans-netz.de/

Re: [Bacula-users] force bacula to do a specific type of backup

2007-02-27 Thread Oliver Lehmann
Oliver Lehmann wrote: > [...] > Running Jobs: > JobId Level Name Status > == >534 Fullclient-avocado-files.2007-02-27_19.25.31 is waiting for Client > avocado-fd to conne

Re: [Bacula-users] force bacula to do a specific type of backup

2007-02-27 Thread Oliver Lehmann
Running Jobs: JobId Level Name Status == 534 Fullclient-avocado-files.2007-02-27_19.25.31 is waiting for Client avocado-fd to connect to Storage File [...] Full not Incr :-/ -- Oliver L

Re: [Bacula-users] force bacula to do a specific type of backup

2007-02-26 Thread Oliver Lehmann
Arno Lehmann wrote: > Hi, > > On 2/26/2007 4:32 PM, Oliver Lehmann wrote: > > Hi, > > > > my volumes are limited. > > Always a bad thing... > > > I want to force bacula to do the scheduled type > > of backup (incr, diff, full) and nothing dif

[Bacula-users] force bacula to do a specific type of backup

2007-02-26 Thread Oliver Lehmann
diff backup even if it is nearly a full backup - how do I do this? -- Oliver Lehmann http://www.pofo.de/ http://wishlist.ans-netz.de/ - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Te

Re: [Bacula-users] prevent bacula from writing to a new tape

2007-01-28 Thread Oliver Lehmann
Oliver Lehmann wrote: > I've a diff pool of 6 virtual slots (saving on hdd) I wonder now why > bacula took for each job a new virtual tape so i'm now left w/o an > available slot and a stuck backup. How can I fix this? I hate to reply to my own posts, but setting "Max

[Bacula-users] prevent bacula from writing to a new tape

2007-01-28 Thread Oliver Lehmann
-r- 1 bacula bacula 34992661 Jan 28 01:24 Diff-0004 -rw-r- 1 baculabacula 1664910 Jan 28 01:26 Diff-0005 -rw-r- 1 baculabacula 99387890 Jan 28 01:27 Diff-0006 -- Oliver Lehmann http://www.pofo.de/ http://wishlist.ans-netz.de/ --

Re: [Bacula-users] [Bacula-devel] GUI interface

2007-01-17 Thread Oliver Lehmann
if thats the toolkit it requires ;) -- Oliver Lehmann http://www.pofo.de/ http://wishlist.ans-netz.de/ - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the cha

Re: [Bacula-users] Cannot find any appendable volumes

2007-01-12 Thread Oliver Lehmann
Arno Lehmann wrote: > On 1/12/2007 3:13 PM, Oliver Lehmann wrote: > > > > VolRetention: 1,296,000 > > That's 15 days. > [...] > Use the bconsole 'update volume' command. This worked, thanks! :) -- Oliver Lehmann http://

Re: [Bacula-users] Cannot find any appendable volumes

2007-01-12 Thread Oliver Lehmann
Arno Lehmann wrote: > On 1/12/2007 6:41 AM, Oliver Lehmann wrote: > > Why are volumes older 6 days not being reused? > What does llist for one of the volumes you expect to be recycled give? for example this one - why is it "used"? Pool: Inc-Pool MediaId: 2

[Bacula-users] Cannot find any appendable volumes

2007-01-11 Thread Oliver Lehmann
Volumes = 6 } Why are volumes older 6 days not being reused? -- Oliver Lehmann http://www.pofo.de/ http://wishlist.ans-netz.de/ - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel

[Bacula-users] speeding up bacula?

2007-01-07 Thread Oliver Lehmann
file from and to the same disk with a throughput of ~25MB/sec (writing only is about 50MB/sec) [EMAIL PROTECTED] etc> dd if=/mnt/files/urandom.dd of=/mnt/files/urandom2.dd bs=512k 10240+0 records in 10240+0 records out 5368709120 bytes transferred in 205.761415 secs (26091914 bytes/sec) --

Re: [Bacula-users] looking at bacula

2006-12-20 Thread Oliver Lehmann
: Unexpected EOF in archive gtar: Error is not recoverable: exiting now Exit 2 [EMAIL PROTECTED] tmp> tar -xf ../bacula_openbsd_port.tar bacula/w-bacula-clientonly/bacula-1.39.30/autoconf/gnome-macros/autogen.sh: (Empty error message) tar: Truncated input file (need to skip 7312 bytes) Exit 1 [EMAIL

[Bacula-users] problems with TLS

2006-12-14 Thread Oliver Lehmann
/bacula-certs/cacert.pem TLS Certificate = /usr/local/etc/bacula-certs/nudel.cert TLS Key = /usr/local/etc/bacula-certs/nudel.nopass.key } hmm... what is wrong here? -- Oliver Lehmann http://www.pofo.de/ http://wishlist.ans-netz.de/ -

Re: [Bacula-users] [Bacula-devel] problems with hardlinks to "schg" secured files on FreeBSD on restore

2006-12-13 Thread Oliver Lehmann
Kern Sibbald wrote: > I encourage you to re-submit a patch for the above problem once 1.40.0 is > out, > possibly coordinating with Attila, since he seems to be working on something > a bit more encompasing (attribs + ACLs, ...). Ok, no problem - I'll do so. -- Oliv

Re: [Bacula-users] [Bacula-devel] problems with hardlinks to "schg" secured files on FreeBSD on restore

2006-12-13 Thread Oliver Lehmann
hange). I can see all > of this easily. A Symlink can have its own attributs which can be set too (lchmod(), lchown(), lutimes()), this is right because it has an own inode to store the information. -- Oliver Lehmann http://www.pofo.de/ http://wishlist.ans-netz.de/ --

Re: [Bacula-users] [Bacula-devel] problems with hardlin ks to "schg" secured files on FreeBSD on restore

2006-12-13 Thread Oliver Lehmann
Hi Kern, it is ok when you want me to deliver the patch in a defined format. I've no problems with that. I must say that I didn't read the developer manual before I sent the patch, but I hope the patch does now comply to the rules. I've changed the indention from my former patch so you can see

Re: [Bacula-users] [Bacula-devel] problems with hardlin ks to "schg" secured files on FreeBSD on restore

2006-12-13 Thread Oliver Lehmann
Hi Kern, Kern Sibbald writes: > 1. They are not relative to the current CVS. Hm, they are applying to it, or? At least I tried that.. > 2. They are a significant change from the current code, which is not a > problem > during the development cycle, but *is* a major problem at this point.

Re: [Bacula-users] [Bacula-devel] problems with hardlin ks to "schg" secured files on FreeBSD on restore

2006-12-13 Thread Oliver Lehmann
Kern Sibbald writes: > There is no such think as a hardlink. There is a hardlink operation. It is > very different from a softlink, and if you think about them the same way, you > will never get it right. Two files that are hardlinked (really poor > terminology) *are* one and the same file.

Re: [Bacula-users] [Bacula-devel] problems with hardlin ks to "schg" secured files on FreeBSD on restore

2006-12-12 Thread Oliver Lehmann
Kern Sibbald writes: >> >> patch-src-findlib-attribs.c >> when restoring a symlink, use lchflags to restore the file flags >> defined for the symlink ("new feature") >> when restoring a hardlink, don't call chmod, chown, utime because it is >> a hardlink and don't have such attributes (

Re: [Bacula-users] [Bacula-devel] problems with hardlinks to "schg" secured files on FreeBSD on restore

2006-12-12 Thread Oliver Lehmann
chmod, chown, utime because it is a hardlink and don't have such attributes (as far as I know, if someone with more FS-foo can step up and confirm this?). Changing this attributes will change the sourcefiles attributes which is probably not what is wanted here anyway -- O

Re: [Bacula-users] [Bacula-devel] problems with hardlinks to "schg" secured files on FreeBSD on restore

2006-12-12 Thread Oliver Lehmann
Oliver Lehmann wrote: > The patch I sent was not correct because ofname and olname where mixed up > when doing the flags work. I fixed this now, and I tried restoring > my /usr/bin. It now created the hardlinks, but gave me errors that the owner > and times of the hardlinks are

Re: [Bacula-users] [Bacula-devel] problems with hardlinks to "schg" secured files on FreeBSD on restore

2006-12-12 Thread Oliver Lehmann
link %s -> %s: ERR=%s\n"), +attr->ofname, attr->olname, be.strerror()); + return CF_ERROR; +} +#endif /* HAVE_CHFLAGS */ + } return CF_CREATED; #endif -- Oliver Lehmann http://www.pofo.de/ http://wishlist.ans-netz.de/ ---

Re: [Bacula-users] [Bacula-devel] problems with hardlinks to "schg" secured files on FreeBSD on restore

2006-12-12 Thread Oliver Lehmann
.st_flags) < 0) { + Jmsg2(jcr, M_ERROR, 0, _("Could not restore file flags for file %s: ERR=%s\n"), + attr->olname, be.strerror()); + } +} else { + Jmsg3(jcr, M_ERROR, 0, _("Could not hard link %s -> %s: ERR=%s\n"), +

Re: [Bacula-users] problems with hardlinks to "schg" secured files on FreeBSD on restore

2006-12-12 Thread Oliver Lehmann
Hi Jeremy, I'll go and try the patch, but I'll modifiy it a bit: I would say, if the link cannot be created finally, restoring the original flags of the sourcefile should be take place in any case before returning CF_ERROR finally. Do you agree? -- Oliver Lehmann http://www.pofo.

Re: [Bacula-users] problems with hardlinks to "schg" secured files on FreeBSD on restore

2006-12-12 Thread Oliver Lehmann
ould "bypass" the goal those flags are trying to reach, wouldn't it? -- Oliver Lehmann http://www.pofo.de/ http://wishlist.ans-netz.de/ - Take Surveys. Earn Cash. Influence the Future of IT Join SourceFo

Re: [Bacula-users] problems with hardlinks to "schg" secured files on FreeBSD on restore

2006-12-12 Thread Oliver Lehmann
D case in create_file... -- Oliver Lehmann http://www.pofo.de/ http://wishlist.ans-netz.de/ - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to sha

Re: [Bacula-users] problems with hardlinks to "schg" secured files on FreeBSD on restore

2006-12-12 Thread Oliver Lehmann
Oliver Lehmann wrote: > Why not just keep a list of filenames which should have the IMMUTABLE > flag, and apply this flag after the whole backup is done to those files. ^^ restore -- Oliver Lehmann http://www.pofo.de/ http://wishli

Re: [Bacula-users] problems with hardlinks to "schg" secured files on FreeBSD on restore

2006-12-12 Thread Oliver Lehmann
and apply this flag after the whole backup is done to those files. > Off hand, I would say that the FreeBSD guys have worked themselves into a big > hole. They have violated the rule that says that root can do anything. root can by removing the schg flag first, assuming that the right s

Re: [Bacula-users] problems with hardlinks to "schg" secured files on FreeBSD on restore

2006-12-12 Thread Oliver Lehmann
lems. Even if it does not fix the problems 100% -- Oliver Lehmann http://www.pofo.de/ http://wishlist.ans-netz.de/ - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and

[Bacula-users] problems with hardlinks to "schg" secured files on FreeBSD on restore

2006-12-11 Thread Oliver Lehmann
s/gurke/usr/bin/chpass: ERR=Operation not permitted I'm running bacula 1.38.11 on FreeBSD 6.1-STABLE. Do you have any Idea how to fix this? If you need the configuration please tell me, but I don't think so since it looks to me like an config-independent, general,