diff --git a/auto_database_backup/static/description/assets/icons/test-1.png b/auto_database_backup/static/description/assets/icons/test-1.png index acae3d573..0908add2b 100644 Binary files a/auto_database_backup/static/description/assets/icons/test-1.png and b/auto_database_backup/static/description/assets/icons/test-1.png differ diff --git a/auto_database_backup/static/description/index.html b/auto_database_backup/static/description/index.html index 82e15d1b2..5a6ae246b 100644 --- a/auto_database_backup/static/description/index.html +++ b/auto_database_backup/static/description/index.html @@ -55,7 +55,7 @@ -
+
@@ -110,6 +110,7 @@ class="img-responsive">
+
@@ -119,9 +120,10 @@
-
-
+
+
@@ -130,17 +132,18 @@

Automated Backup

-

+

Generate Database Backups on regular intervals.

-
-
+
+
@@ -149,17 +152,18 @@

Remove Redundancy

-

+

Automatically remove old backups that consumes storage space.

-
-
+
+
@@ -168,8 +172,8 @@

Notification

-

+

Notify user on success and failure of backup generation.

@@ -177,9 +181,10 @@
-
-
+
+
@@ -188,8 +193,8 @@

Flexibility of Backup

-

+

Store to Remote Servers, Nextcloud, Amazon S3, Google Drive, Dropbox, Onedrive.

@@ -199,21 +204,119 @@
+ + +
+
+ +
+

+ Overview + +

+

+ Automatic Database Backup.

+
+ +
+
+ This module helps generate backups of your databases + automatically at regular intervals. The generated backups + can be stored in local storage, on an FTP server, SFTP + server, Dropbox, Nextcloud, Google Drive, OneDrive, and + Amazon S3. Additionally, there are features for + automatically deleting old backups and enabling email + notifications. +
+ +
+
+ This module uses an external python dependency + 'dropbox'. Before + installing the module install the python + package + first. The required python package can be installed using the + following command, +
+ pip install dropbox +
+ +
+
+ This module uses an external python dependency + 'nextcloud'. Before + installing the module install the python + package + first. The required python package can be installed using the + following command, +
+ pip install pyncclient +
+ +
+
+ This module uses an external python dependency + 'nextcloud-api-wrapper'. Before + installing the module install the python + package + first. The required python package can be installed using the + following command, +
+ pip install + nextcloud-api-wrapper +
+ +
+
+ This module uses an external python dependency + 'Boto3'. Before installing + the module install the python + package + first. The required python package can be installed using the + following + command, +
+ pip install boto3 +
+ +
+
+ This module uses an external python dependency + 'paramiko'. Before + installing the module install the python + package + first. The required python package can be installed using the + following + command, +
+ pip install paramiko +
+ +
+ +
+
+ +
-
+