Il 30/06/2017 11:28, GiangCoi Mr ha scritto:
> Hi Robert,
> I configured "max_execution_time=300" but it's not still show subfolders
> in folder /XXX. In error_log: it haven't errors.

I'm unaware of the gory details of the WebUI front-end..... but:

 1. In order to show a "backup" stucture (folders, subfolders and files),
    several queries need to be executed on the "catalog". Among them, a
    query retrieving _ALL_of the files backupped in such a jobs (regardless
    of the size of each ones). So....
 2. a critical parameter is the number of the files included in the backup
    JOB. I bet that it's close to impossible to use WebUI to
    "check/restore" a backup JOB with 1 million (1 x 10^6) files. How many
    files are included in your 30GB job? and how many in the 100GB one? Also...
 3. the number of the files are also directly related to the amount of
    memory required by the PHP backend: the more the files.... the more
    memory PHP requires (to "build" the folder-tree in memory). Also...
 4. even if in common scenarios PHP errors are reported within apache error
    logs... this is not necessarily always true. So it's perfectly
    possibile to have problems in PHP (max_execution_time; max_memory;
    etc.) and have them NOT reported in error logs. Obviously with a proper
    approach to PHP configuration... this can be easily solved. Also....
 5. due to the "by-design" stateless architecture of the WEB (HTTP
    connection between the browser and apache) the "bigger" the backup
    job.... the higher the chance to catch some time-related problems (HTTP
    timeout, WebServer timeout,PHP timeout, etc. etc.).

Having said all of the above, I _STRONGLY_ suggest, in bigger/large BareOS
deployments, to stick to "bconsole": even if it sounds "legacy" and it
requires some preliminary knowledge (which command to run), it can easily
solve much of the problems above. This, NOT to say that WebUI is useless.
I'm only saying that.... the bigger the BareOS deployment, the higher the
chances to get problems with someof the WebUI feature.

So, in the end, I kindly ask you to.... switch to "bconsole", launch the
"restore" and... check there what happens :-)

Actually, it could be a perfect time to find (and file...) a BUG-report for
WebUI :-)

HTH

Bye,
DV

-- 
Damiano Verzulli
e-mail: [email protected]
---
possible?ok:while(!possible){open_mindedness++}
---
"...I want to serve my diskless Beowulf nodes via iSCSI with LVM over 
RAID5 on IDE disks ..."
                        Oliver Xymoron (mlist.linux.scsi)


-- 
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 post to this group, send email to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to