webacula
webacula copied to clipboard
Webacula - Web Bacula - web interface of a Bacula backup system
When i try to restore a folder, and this folder is inside another folder and the name of this folder has a $ character, the webacula don't show any folder...
The table name in Version model is not right according to the installation process.
Added possiblity to define the number of days to show in the "Jobs terminated" view. Otherwise, you must use a search or the timeline view.
Fix noted by sabitov https://sourceforge.net/p/webacula/bugs/121/#8429 as Pull request. #121 is a full stopper if using a more actual Zend version.
I know that this documentation seems to be generated, but anyway...
this fixes syntax error when starting apache
By adding transaction statements, creating a file list on restore on big file lists can be a lot faster. We went from 8 minutes to 6 seconds on one client.
Corrected in docs/src. Also in txt and html although this documentation seems to be auto generated from src.
- SELinux sample policy file to integrate webacula into SELinux enforced systems - Use systems cache dir to store runtime files (e.g. /var/cache/webacula) - Load Apache HTTPD mod_rewrite module conditionally...