Re: [Bacula-users] Restore last files from backup

2012-11-05 Thread Radosław Korzeniewski
Hello, 2012/11/5 Eduardo Júnior > Hi, > > > is it possible to get only last files from backup, through line command? > > Yes it is possible. > > I did that using a shell script, finding out the JobId, FilenameId and > Filename from files that Job. > > And in the final: > > So, what is a quest

[Bacula-users] Restore last files from backup

2012-11-05 Thread Eduardo Júnior
Hi, is it possible to get only last files from backup, through line command? I did that using a shell script, finding out the JobId, FilenameId and Filename from files that Job. And in the final: for i in `cat listFiles`; do bconsole