Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[16.0][MOD] Changed SFTP module description in settings file #724

Merged
merged 1 commit into from Aug 21, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 4 additions & 6 deletions openeducat_core/views/res_config_setting_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1019,7 +1019,7 @@
<div class="col-12 col-lg-12 o_setting_box"
title="">
<div class="col-12 col-lg-12 o_setting_box"
title="OpenEduCat auto backup modules helps you to generate backups of your databases automatically on regular interval of times. The generated backups can be stored into local storage, ftp server, sftp server, dropbox, Google Drive or Onedrive.">
title="OpenEduCat auto backup modules helps you to generate backups of your databases automatically on regular interval of times. The generated backups can be stored into local storage, FTP server, SFTP server, Dropbox, Google Drive or Onedrive.User can enable auto remove option to automatically delete old backups. User can enable email notification to be notified about the success and failure of the backup generation and storage. Using Automatic Database Backup module user can generate and store database backups to multiple location.">
<div class="o_setting_left_pane">
<field name="module_openeducat_auto_database_backup"/>
</div>
Expand All @@ -1029,10 +1029,6 @@
OpenEduCat auto backup modules helps you to generate backups of your databases
automatically on regular interval of times. The generated backups can be stored
into local storage, FTP server, SFTP server, Dropbox, Google Drive or Onedrive.
User can enable auto remove option to automatically delete old backups. User can
enable email notification to be notified about the success and failure of the
backup generation and storage. Using Automatic Database Backup module user can
generate and store database backups to multiple location.
</div>
<div class="content-group"
attrs="{'invisible': [('module_openeducat_auto_database_backup' ,'=', False)]}">
Expand Down Expand Up @@ -1088,7 +1084,9 @@
<div class="o_setting_right_pane">
<label for="module_openeducat_auto_database_backup_sftp"/>
<div class="text-muted">
This module allows to store generated backups to remote SFTP server.
This module allows to store generated backups to remote SFTP
server just like FTP Server, but it adds a layer of security to
the process.
</div>
</div>
</div>
Expand Down