Hello,

wt., 25 wrz 2018 o 10:54 George Anchev via Bacula-users <
bacula-users@lists.sourceforge.net> napisał(a):

> On Mon, 24 Sep 2018 19:19:42 -0400 Dan Langille wrote:
>
> > What use cases exist for sorting the estimate?
>
> I don't know. Personally I would like to be able to
> sort by general file system attributes:
>
> - file name
> - full path name
> - date (ctime, mtime, maybe also "last backed up")
> - (perhaps also): permissions/acl, xattr
>
>
It is extremely simpler to make a sort outside then inside Bacula. Sorting
inside Bacula would consume resources which is not what you want.
External sorting require some additional scripting which you can do in a
few minutes then you can add some filtering if you wish. You can even load
all estimation data to database and do sorting, filtering, aggregation, etc.
Possibilities are endless and limited by your imagination.

Developing this kind of functionality inside Bacula require a lot of effort
and time. If you want to contribute a such functionality, you are welcome.

best regards
-- 
Radosław Korzeniewski
rados...@korzeniewski.net
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to