https://bugs.contribs.org/show_bug.cgi?id=9637
--- Comment #4 from Hsing-Foo Wang <[email protected]> ---
(In reply to Jean-Philippe Pialasse from comment #3)
> next step find how to configure a new backup or the default backup to let'S
> say :
>
> /home/e-smith/db/freepbx
mkdir -p /home/e-smith/files/freepbx
chown asterisk:asterisk /home/e-smith/files/freepbx
mysql -e "use freepbxdb;UPDATE backup_server_details set value =
'/home/e-smith/files/freepbx' WHERE server_id = 1;"
I'm sure there is an elegant perl way of doing this in the right timing ONCE
during the installation process AFTER the backup module has been installed.
The freepbx backup files are compressed files and not db's, so no use in
putting them in /home/e-smith/db/freepbx.
The backup module takes care of further directory structure within
/home/e-smith/files/freepbx automatically.
--
You are receiving this mail because:
You are the QA Contact for the bug.
_______________________________________________
Mail for each SME Contribs bug report
To unsubscribe, e-mail [email protected]
Searchable archive at https://lists.contribs.org/mailman/public/contribteam/