Re: [Bacula-users] [Bacula-devel] Project for strong incremental backup assurance

2007-06-15 Thread Andre Noll
On 14:45, Kern Sibbald wrote: > > - keys are restricted to strings. it would be easy to extend this > > to arbitrary data by adding a "size" field. > > Yes, good idea, though I don't immediately see a need to handle anything > other > than strings within Bacula. Well, one could hash

Re: [Bacula-users] [Bacula-devel] Project for strong incremental backup assurance

2007-06-15 Thread Andre Noll
On 15:35, Andre Noll wrote: > > - Reviewing my hash table code (particularly the hash function) > > src/lib/htable.h src/lib/htable.c > > Will do. First some general remarks: - check the return value of malloc() - keys are restricted to strings. it would be easy to extend this

Re: [Bacula-users] [Bacula-devel] Project for strong incremental backup assurance

2007-06-13 Thread Martin Simmons
> On Mon, 11 Jun 2007 14:45:38 +0200, Kern Sibbald said: > > Hello, > > Thanks for your comments. Please see my notes below ... > > On Monday 11 June 2007 10:24, Andre Noll wrote: > > On 15:35, Andre Noll wrote: > > > > > > - Reviewing my hash table code (particularly the hash function)

Re: [Bacula-users] [Bacula-devel] Project for strong incremental backup assurance

2007-06-12 Thread Ryan Novosielski
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Andre Noll wrote: > On 11:57, Kern Sibbald wrote: > >> Robert quit the project, so currently there is no one assigned to it. >> >> I would be *extremely* happy to see someone interested in this project. > > I sure am interested. But I'm not sure how

Re: [Bacula-users] [Bacula-devel] Project for strong incremental backup assurance

2007-06-12 Thread Kern Sibbald
Hello, Thanks for your comments. Please see my notes below ... On Monday 11 June 2007 10:24, Andre Noll wrote: > On 15:35, Andre Noll wrote: > > > > - Reviewing my hash table code (particularly the hash function) > > > src/lib/htable.h src/lib/htable.c > > > > Will do. > > First some genera

Re: [Bacula-users] [Bacula-devel] Project for strong incremental backup assurance

2007-06-12 Thread Andre Noll
On 11:57, Kern Sibbald wrote: > Robert quit the project, so currently there is no one assigned to it. > > I would be *extremely* happy to see someone interested in this project. I sure am interested. But I'm not sure how much time I will be able to spend on it. > If your offer is for algorithm

Re: [Bacula-users] [Bacula-devel] Project for strong incremental backup assurance

2007-06-12 Thread Andre Noll
On 10:40, Kern Sibbald wrote: > > So I think it would be _really_ nice to store information about > > deleted files and directories in the database which would make it > > possible to get rid of all deleted files and directories automatically > > during restore. > > > > The dar backup tool for ex

Re: [Bacula-users] [Bacula-devel] Project for strong incremental backup assurance

2007-06-06 Thread Kern Sibbald
On Wednesday 06 June 2007 11:28, Andre Noll wrote: > On 10:40, Kern Sibbald wrote: > > > > So I think it would be _really_ nice to store information about > > > deleted files and directories in the database which would make it > > > possible to get rid of all deleted files and directories automati

Re: [Bacula-users] [Bacula-devel] Project for strong incremental backup assurance

2007-06-06 Thread Kern Sibbald
On Wednesday 06 June 2007 10:21, Andre Noll wrote: > On 21:38, Kern Sibbald wrote: > > > Would bacula also have issues with deleted files. Say a file existed > > > during a full backup, then it was deleted. Then an incremental backup > > > occurred. Then a restore was done. Would the file be re