Re: [Bacula-users] List deleted files

2025-05-27 Thread Martin Simmons
Oops, yes, you are correct. __Martin > On Fri, 23 May 2025 21:29:14 +0200, Dragan Milivojević said: > > list files type=deleted works, I presume you meant fileindex < 0? > Thanks > > On Fri, 23 May 2025 at 20:26, Martin Simmons wrote: > > > The correct way is file.fileindex = 0. > > > >

Re: [Bacula-users] List deleted files

2025-05-23 Thread Dragan Milivojević
list files type=deleted works, I presume you meant fileindex < 0? Thanks On Fri, 23 May 2025 at 20:26, Martin Simmons wrote: > The correct way is file.fileindex = 0. > > __Martin > > > > On Fri, 23 May 2025 20:21:55 +0200, Dragan Milivojević said: > > > > Only, semi reasonable way, that I fo

Re: [Bacula-users] List deleted files

2025-05-23 Thread Martin Simmons
The correct way is file.fileindex = 0. __Martin > On Fri, 23 May 2025 20:21:55 +0200, Dragan Milivojević said: > > Only, semi reasonable way, that I found so far is to search the file table > for entries that have md5 of 0; > Quite inefficient since md5 is a text field. > > On Fri, 23 May

Re: [Bacula-users] List deleted files

2025-05-23 Thread Martin Simmons
> On Fri, 23 May 2025 18:49:44 +0200, Dragan Milivojević said: > > Most common request from end users is to recover their deleted files from > backups. What do you do when the end user does not remember the path or the > file name that was deleted? I can't find a way to list deleted files in t

Re: [Bacula-users] List deleted files

2025-05-23 Thread Dragan Milivojević
Only, semi reasonable way, that I found so far is to search the file table for entries that have md5 of 0; Quite inefficient since md5 is a text field. On Fri, 23 May 2025 at 19:08, Rob Gerber wrote: > bls of volumes should output text describing files added, files deleted, > etc. Grep of this o

Re: [Bacula-users] List deleted files

2025-05-23 Thread Rob Gerber
bls of volumes should output text describing files added, files deleted, etc. Grep of this output should give only files deleted. bls takes some time to run, so maybe dump output to a text file, then grep it. I think 'bls - j volumename' should give a more condensed output only saying what jobids