On 04.11.19 at 08:37 wrote Sven Gehr: [...] > In the restore-tree I see the size but no total size. Furthermore it was > very cumbersome to open the whole tree to check the size.
In the restore tree, you can use: mark * estimate This outputs something like: 20 total files; 20 marked to be restored; 122,848 bytes. You can also call "help" in the restore tree, to get the list of possible commands. > > Using https://github.com/bareos/bareos-fuse > <https://github.com/bareos/bareos-fuse> you can also mount your > backup metadata into your normal filesystem. > > > which package do I need to install on the ucs-server (4.4.2) to use > this? "python-bareos" ? Yes, but this is not sufficient. There is the bareos-fuse package in http://download.bareos.org/bareos/contrib/. You can also install it manually from github. In any case, you need the python-fuse package, which is not available for all distributions. You may have to install it manually (using pip). [...] > Generally you can redirect the output of bconsole by "@output > /tmp/output.txt". However, this will be in same format as the normal > output, so no CSV. > > > good to know, too. I looked in the documentation and the spelling is not > quite clear to me: > > "@output <filename> <w|a> > Send all following output to the filename specified either > overwriting the file (w) or appending to the file (a). " > > What's <w|a>? The Bareos Command? I want to redirect the command "llist > files jobid=2731" to the file /tmp/output.txt. How do I enter it? @output /tmp/output.txt llist files jobid=2731 You may better use: @tee /tmp/output.txt llist files jobid=2731 Using this, you see the output in the console as well as in the file. Regards, Jörg -- Jörg Steffens [email protected] Bareos GmbH & Co. KG Phone: +49 221 630693-91 http://www.bareos.com Fax: +49 221 630693-10 Sitz der Gesellschaft: Köln | Amtsgericht Köln: HRA 29646 Komplementär: Bareos Verwaltungs-GmbH Geschäftsführer: S. Dühr, M. Außendorf, Jörg Steffens, P. Storz -- You received this message because you are subscribed to the Google Groups "bareos-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/bareos-users/qposfg%246iip%241%40blaine.gmane.org.
